起動時に設定画面が一瞬見えるのを無くした。VRCT1.xと同じやり方でいく。
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user