起動時に設定画面が一瞬見えるのを無くした。VRCT1.xと同じやり方でいく。

This commit is contained in:
Sakamoto Shiina
2023-08-27 13:58:47 +09:00
parent 4c1c2e4649
commit cd415df824
2 changed files with 1 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ from config import config
class ConfigWindow(CTkToplevel):
def __init__(self, vrct_gui, settings):
super().__init__()
self.withdraw()
self.INPUT_MIC_RECORD_TIMEOUT = 3
self.INPUT_SOURCE_LANG = "aaaaaaaaa"

View File

@@ -49,8 +49,6 @@ class VRCT_GUI(CTk):
self.config_window = ConfigWindow(vrct_gui=self, settings=self.settings.config_window)
self.config_window.withdraw()
# self.information_window = ToplevelWindowInformation(self)
def createGUI(self):