[Refactor] Config Window: 変数名変更 snake_case to camelCase.
config.py: テスト用の一部print文が間違っていたのを修正。
This commit is contained in:
@@ -479,7 +479,7 @@ def callbackSetUiLanguage(value):
|
||||
view.showRestartButtonIfRequired(locale=config.UI_LANGUAGE)
|
||||
|
||||
def callbackSetEnableRestoreMainWindowGeometry(value):
|
||||
print("callbackSetEnableAutoClearMessageBox", value)
|
||||
print("callbackSetEnableRestoreMainWindowGeometry", value)
|
||||
config.ENABLE_RESTORE_MAIN_WINDOW_GEOMETRY = value
|
||||
|
||||
# Translation Tab
|
||||
|
||||
Reference in New Issue
Block a user