1
0
Fork 0
mirror of synced 2024-06-02 10:44:40 +12:00

Fixed start bug (No launch dialog)

This commit is contained in:
Dummerle 2021-02-04 13:26:50 +01:00
parent 0c1715f2df
commit 9e412ea199
2 changed files with 1 additions and 1 deletions

View file

@ -58,6 +58,7 @@ def main():
# Launch Offlienmode
if not offline:
launch_dialog = LaunchDialog(core)
launch_dialog.exec_()
mainwindow = MainWindow(core, offline)
# if RareConfig.THEME == "default":
# launch_dialog.setStyleSheet(open(style_path).read())

View file

@ -1,5 +1,4 @@
import json
import locale
import os
from logging import getLogger