From 9564c7cf20fe1b222eecf242eb5ab92cbc624bbc Mon Sep 17 00:00:00 2001 From: benya Date: Sat, 18 Apr 2026 18:13:05 +0300 Subject: [PATCH] Fix GUI --- whipper/gui.py | 1 + 1 file changed, 1 insertion(+) diff --git a/whipper/gui.py b/whipper/gui.py index 56487b8..f3af4a3 100644 --- a/whipper/gui.py +++ b/whipper/gui.py @@ -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):