Fixing slight bugs specific to macosx. TODO: Put native menu for MacOS like in AccountFree.

This commit is contained in:
Adsooi 2021-06-22 18:47:10 +02:00
parent f639fb6fd8
commit 7be5722311
3 changed files with 2 additions and 2 deletions

View file

@ -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)