This commit is contained in:
2026-04-18 18:13:05 +03:00
parent d5efc25f07
commit 9564c7cf20

View File

@@ -163,6 +163,7 @@ class WhipperGui(Gtk.Application if Gtk is not None else object):
self._refresh_devices()
self._load_gui_settings()
window.show_all()
return window
def _build_controls(self):