Skip to content

Commit

Permalink
release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Protonosgit committed Oct 25, 2023
1 parent 26e931c commit 39372fd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions manager_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ def __init__(self):
self.LATESTSPICETIFYVER = ''

#Switch when building
loadUi("res/manager.ui", self)
#loadUi(os.path.join(sys._MEIPASS, 'res', 'manager.ui'), self)
#loadUi("res/manager.ui", self)
loadUi(os.path.join(sys._MEIPASS, 'res', 'manager.ui'), self)

self.InitWindow()

Expand Down
Binary file modified requirements.txt
Binary file not shown.
4 changes: 2 additions & 2 deletions splash_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def __init__(self):
super().__init__()

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

0 comments on commit 39372fd

Please sign in to comment.