1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-06-28 11:58:57 +02:00

fix: auto discovery

This commit is contained in:
aclist 2024-04-01 17:11:19 +09:00
parent 3fea7d1f52
commit 931352f975
6 changed files with 18 additions and 9 deletions
helpers

View file

@ -18,7 +18,7 @@ locale.setlocale(locale.LC_ALL, '')
gi.require_version("Gtk", "3.0")
from gi.repository import Gtk, GLib, Gdk, GObject, Pango
# 5.2.0
# 5.2.1
app_name = "DZGUI"
start_time = 0
@ -137,7 +137,7 @@ side_buttons = [
]
status_tooltip = {
"Server browser": "Used to browse the global server list",
"My saved servers": "Browse your saved servers",
"My saved servers": "Browse your saved servers. Unreachable/offline servers will be excluded",
"Quick-connect to favorite server": "Connect to your favorite server",
"Recent servers": "Shows the last 10 servers you connected to (includes attempts)",
"Connect by IP": "Connect to a server by IP",