chore: add strings to preconnect page

This commit is contained in:
aclist 2026-08-19 16:01:06 +09:00
parent a2938c17f5
commit 22c9be36a6

View File

@ -121,10 +121,10 @@ class PreConnectionAssistant(Gtk.Box):
spacing=5,
)
box = Gtk.Box(orientation=Gtk.Orientation.HORIZONTAL, spacing=5)
# TODO:
# NOTE: -d flag
if self.controller.get_prefs().is_debug:
# TODO: strings
debug = Gtk.Button(label="Debug", halign=Gtk.Align.START)
debug = Gtk.Button(label=preconnect.debug, halign=Gtk.Align.START)
debug.connect("clicked", self._on_debug_clicked)
box.add(debug)
for button in self.back, self.ok, self.connect_last: