起動時に設定画面が一瞬見えるのを無くした。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"
|
||||
|
||||
Reference in New Issue
Block a user