From efd2571459924f40718130f7edd28a72a76b12d7 Mon Sep 17 00:00:00 2001 From: Leifa <26681464+TrickyLeifa@users.noreply.github.com> Date: Tue, 9 Jul 2024 13:07:30 +0200 Subject: Remove TCP entry point (#1007) * Remove TCP entry point Resolve #987 * Remove TCP entry point * Servers that do not support WebSocket will be marked as `Legacy` * Removal of TCP connection from the master will follow later. * Tweaked error message --- data/ui/favorite_server_dialog.ui | 23 +---------------------- data/ui/lobby.ui | 18 ++++++++++++++---- 2 files changed, 15 insertions(+), 26 deletions(-) (limited to 'data') diff --git a/data/ui/favorite_server_dialog.ui b/data/ui/favorite_server_dialog.ui index f0f60cb4..b90514dc 100644 --- a/data/ui/favorite_server_dialog.ui +++ b/data/ui/favorite_server_dialog.ui @@ -78,34 +78,13 @@ - - - Protocol: - - - - - - - - TCP - - - - - WEBSOCKET - - - - - Description: - + diff --git a/data/ui/lobby.ui b/data/ui/lobby.ui index ceb85ff0..fcc364e6 100644 --- a/data/ui/lobby.ui +++ b/data/ui/lobby.ui @@ -316,8 +316,14 @@ QScrollBar:horizontall { - background-color: rgba(140, 140, 140, 255); -color: rgb(255, 255, 255); + QHeaderView, QTreeView { +background-color: rgba(140, 140, 140, 255); +color: rgb(255, 255, 255); +} + +QToolTip { +color: black; +} Qt::ElideNone @@ -330,7 +336,7 @@ color: rgb(255, 255, 255); # - AlignTrailing|AlignVCenter + AlignLeading|AlignVCenter @@ -369,7 +375,11 @@ color: rgb(255, 255, 255); background-color: rgba(140, 140, 140, 255); -color: rgb(255, 255, 255); +color: rgb(255, 255, 255); + +QToolTip { + color: black; +}; Qt::ElideNone -- cgit