[Update] Add Splash Screen: 起動中に何かしらの表示をして、ユーザーへのフィードバック。画像は仮置き。

This commit is contained in:
Sakamoto Shiina
2023-10-11 13:34:58 +09:00
parent 1b554c7c0c
commit 379e916428
4 changed files with 68 additions and 0 deletions

11
view.py
View File

@@ -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):