Commit 7db0d3a5 authored by Dan Pascu's avatar Dan Pascu

Lowercased string

parent c83280ba
......@@ -205,7 +205,7 @@ class MainWindow(base_class, ui_class):
super(MainWindow, self).setupUi(self)
self.search_box.shortcut = QShortcut(self.search_box)
self.search_box.shortcut.setKey('CTRL+F')
self.search_box.shortcut.setKey('Ctrl+F')
self.output_devices_group = QActionGroup(self)
self.input_devices_group = QActionGroup(self)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment