forked from Support/sp-hydra-veil-gui
Deleting the redundant orm startup
This commit is contained in:
parent
ab23fc958e
commit
75bd51b8f8
1 changed files with 0 additions and 2 deletions
|
|
@ -76,8 +76,6 @@ class CustomWindow(QMainWindow):
|
|||
gui_dir = os.path.dirname(os.path.abspath(__file__))
|
||||
font_path = os.path.join(gui_dir, 'resources', 'fonts')
|
||||
|
||||
orm.start()
|
||||
|
||||
retro_gaming_path = os.path.join(font_path, 'retro-gaming.ttf')
|
||||
font_id = QFontDatabase.addApplicationFont(retro_gaming_path)
|
||||
font_family = QFontDatabase.applicationFontFamilies(font_id)[0]
|
||||
|
|
|
|||
Loading…
Reference in a new issue