mirror of
https://github.com/Syncplay/syncplay
synced 2024-12-15 19:35:07 +00:00
bugfix: display the menu bar in OS X
This commit is contained in:
parent
5fc49a1f73
commit
7ba94108d9
@ -875,7 +875,8 @@ class MainWindow(QtGui.QMainWindow):
|
||||
window.updateAction.triggered.connect(self.userCheckForUpdates)
|
||||
|
||||
window.menuBar.addMenu(window.helpMenu)
|
||||
window.mainLayout.setMenuBar(window.menuBar)
|
||||
if not sys.platform.startswith('darwin'):
|
||||
window.mainLayout.setMenuBar(window.menuBar)
|
||||
|
||||
def addMainFrame(self, window):
|
||||
window.mainFrame = QtGui.QFrame()
|
||||
|
Loading…
Reference in New Issue
Block a user