Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit 39372fd

Browse files
committed
release 1.0
1 parent 26e931c commit 39372fd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

manager_window.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ def __init__(self):
3333
self.LATESTSPICETIFYVER = ''
3434

3535
#Switch when building
36-
loadUi("res/manager.ui", self)
37-
#loadUi(os.path.join(sys._MEIPASS, 'res', 'manager.ui'), self)
36+
#loadUi("res/manager.ui", self)
37+
loadUi(os.path.join(sys._MEIPASS, 'res', 'manager.ui'), self)
3838

3939
self.InitWindow()
4040

requirements.txt

-284 Bytes
Binary file not shown.

splash_window.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def __init__(self):
1111
super().__init__()
1212

1313
#Switch when building
14-
loadUi("res/splash.ui", self)
15-
#loadUi(os.path.join(sys._MEIPASS, 'res', 'splash.ui'), self)
14+
#loadUi("res/splash.ui", self)
15+
loadUi(os.path.join(sys._MEIPASS, 'res', 'splash.ui'), self)
1616
self.setWindowFlags(Qt.WindowType.FramelessWindowHint)
1717
self.setAttribute(Qt.WidgetAttribute.WA_TranslucentBackground)

0 commit comments

Comments
 (0)