[Update] Add Splash Screen: 起動中に何かしらの表示をして、ユーザーへのフィードバック。画像は仮置き。
This commit is contained in:
11
view.py
11
view.py
@@ -864,6 +864,17 @@ class View():
|
||||
def clearErrorMessage(self):
|
||||
vrct_gui._clearErrorMessage()
|
||||
|
||||
|
||||
|
||||
|
||||
@staticmethod
|
||||
def showSplash():
|
||||
vrct_gui.showSplash()
|
||||
|
||||
@staticmethod
|
||||
def destroySplash():
|
||||
vrct_gui.destroySplash()
|
||||
|
||||
# These conversations are generated by ChatGPT
|
||||
def _insertSampleConversationToTextbox(self):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user