summaryrefslogtreecommitdiff
path: root/ui/windows/channels_window.py
diff options
context:
space:
mode:
Diffstat (limited to 'ui/windows/channels_window.py')
-rw-r--r--ui/windows/channels_window.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/windows/channels_window.py b/ui/windows/channels_window.py
index 9a90670..01b798c 100644
--- a/ui/windows/channels_window.py
+++ b/ui/windows/channels_window.py
@@ -933,7 +933,7 @@ class ChannelsWindow(QWidget):
def __init__(self, registry: DeviceRegistry,
processor: SignalProcessor, parent=None):
- super().__init__(parent, Qt.WindowType.Window | Qt.WindowType.Tool)
+ super().__init__(parent, Qt.WindowType.Window)
self.registry = registry
self.processor = processor