Skip to content

Commit

Permalink
Toggle|Preview Flag
Browse files Browse the repository at this point in the history
  • Loading branch information
LxHTT authored Jan 12, 2024
1 parent 69f84d8 commit ae39833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MCSL2Lib/windowInterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ class Window(VerifyFluentWindowBase):

def __init__(self):
super().__init__()
self.previewFlag = False
self.previewFlag = True
self.mySetTheme()
self.initWindow()
self.setWindowTitle(
f"MCServerLauncher {MCSL2VERSION}{' 测试版 dev 24.1.2' if self.previewFlag else ''}"
f"MCServerLauncher {MCSL2VERSION}{' 测试版 dev 24112' if self.previewFlag else ''}"
)

self.oldHook = sys.excepthook
Expand Down

0 comments on commit ae39833

Please sign in to comment.