mirror of
https://github.com/aclist/dztui.git
synced 2026-08-25 17:32:36 +02:00
chore: add strings to preconnect page
This commit is contained in:
parent
cf850c8f34
commit
37c3937aee
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user