From c8bc48e5d842e5e903319ea8b75be38d5002856f Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Mon, 3 Aug 2026 12:14:31 -0600 Subject: Removed floating control panel feature. Floating can make window disappear and no sidebar panel. Possible future implementation. --- ui/windows/settings_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/windows') diff --git a/ui/windows/settings_window.py b/ui/windows/settings_window.py index a45413d..cea7e5c 100644 --- a/ui/windows/settings_window.py +++ b/ui/windows/settings_window.py @@ -47,7 +47,7 @@ class SettingsWindow(QWidget): engine: AcquisitionEngine, current: dict = None, parent=None, *, plugin_manager=None): - super().__init__(parent, Qt.WindowType.Window | Qt.WindowType.Tool) + super().__init__(parent, Qt.WindowType.Window) self.registry = registry self.engine = engine self._plugin_mgr = plugin_manager -- cgit v1.2.3