diff options
| author | in1tiate <32779090+in1tiate@users.noreply.github.com> | 2024-12-13 02:44:30 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-13 09:44:30 +0100 |
| commit | dc40f78acc8398ac2c504301b26d7ac40f0857ec (patch) | |
| tree | 10fc2f5dd267f2c40aaa49964d641f330e98c1ac | |
| parent | b4cf723e74b7a689282f8ae4ee02dc7afaa3960b (diff) | |
enable external links in server descriptions (#1059)
| -rw-r--r-- | data/ui/lobby.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/ui/lobby.ui b/data/ui/lobby.ui index fcc364e6..bcec86b9 100644 --- a/data/ui/lobby.ui +++ b/data/ui/lobby.ui @@ -625,6 +625,9 @@ li.checked::marker { content: "\2612"; } </style></head><body style=" font-family:'Segoe UI'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">No description provided.</p></body></html></string> </property> + <property name="openExternalLinks"> + <bool>true</bool> + </property> </widget> </item> <item> |
