summaryrefslogtreecommitdiff
path: root/ui/windows/settings_window.py
diff options
context:
space:
mode:
Diffstat (limited to 'ui/windows/settings_window.py')
-rw-r--r--ui/windows/settings_window.py2
1 files changed, 1 insertions, 1 deletions
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