mirror of
https://github.com/aclist/dztui.git
synced 2026-08-28 18:57:12 +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,
|
spacing=5,
|
||||||
)
|
)
|
||||||
box = Gtk.Box(orientation=Gtk.Orientation.HORIZONTAL, spacing=5)
|
box = Gtk.Box(orientation=Gtk.Orientation.HORIZONTAL, spacing=5)
|
||||||
# TODO:
|
|
||||||
|
# NOTE: -d flag
|
||||||
if self.controller.get_prefs().is_debug:
|
if self.controller.get_prefs().is_debug:
|
||||||
# TODO: strings
|
debug = Gtk.Button(label=preconnect.debug, halign=Gtk.Align.START)
|
||||||
debug = Gtk.Button(label="Debug", halign=Gtk.Align.START)
|
|
||||||
debug.connect("clicked", self._on_debug_clicked)
|
debug.connect("clicked", self._on_debug_clicked)
|
||||||
box.add(debug)
|
box.add(debug)
|
||||||
for button in self.back, self.ok, self.connect_last:
|
for button in self.back, self.ok, self.connect_last:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user