forked from Wobbl/Wobuzz
Added "Save All"-Button to the settings.
This commit is contained in:
parent
6498f43d5f
commit
ab018494e9
2 changed files with 12 additions and 4 deletions
|
@ -21,7 +21,7 @@ class MainWindow(QMainWindow):
|
|||
self.edit_menu = QMenu("&Edit", self.menu_bar)
|
||||
self.menu_bar.addMenu(self.edit_menu)
|
||||
|
||||
self.settings_action = self.edit_menu.addAction("Settings")
|
||||
self.settings_action = self.edit_menu.addAction("&Settings")
|
||||
|
||||
self.track_control = TrackControl()
|
||||
self.addToolBar(self.track_control)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue