diff options
| author | Christian Kolset <ckolset@colostate.edu> | 2026-08-03 12:14:31 -0600 |
|---|---|---|
| committer | Christian Kolset <ckolset@colostate.edu> | 2026-08-03 12:14:31 -0600 |
| commit | c8bc48e5d842e5e903319ea8b75be38d5002856f (patch) | |
| tree | 2d292e23d464d8f8c45f311a1ffb68f9c44aa655 /ui/windows/settings_window.py | |
| parent | 1c349a982026736f4c2a26951d9d0aefe7b963bc (diff) | |
Removed floating control panel feature. Floating can make window
disappear and no sidebar panel.
Possible future implementation.
Diffstat (limited to 'ui/windows/settings_window.py')
| -rw-r--r-- | ui/windows/settings_window.py | 2 |
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 |
