Fixing slight bugs specific to macosx. TODO: Put native menu for MacOS like in AccountFree.
This commit is contained in:
parent
f639fb6fd8
commit
7be5722311
3 changed files with 2 additions and 2 deletions
|
@ -99,7 +99,7 @@ def run():
|
|||
"freebsd": get_linux_theme(),
|
||||
"win32": "universal" if os_release == "10" else "fusion",
|
||||
"cygwin": "fusion",
|
||||
"darwin": "imagine"
|
||||
"darwin": "default"
|
||||
}[platform]
|
||||
|
||||
app = QApplication(argv)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue