[Update] add function to view.py and print system message when switched language preset and selected language.

This commit is contained in:
Sakamoto Shiina
2023-09-17 14:57:16 +09:00
parent bc6547cf5c
commit f0abb8bcfa
3 changed files with 24 additions and 1 deletions

View File

@@ -62,8 +62,8 @@ class _CreateSelectableLanguagesWindow(CTkToplevel):
callback = self._view_variable.CALLBACK_SELECTED_TARGET_LANGUAGE
target_variable = self._view_variable.VAR_TARGET_LANGUAGE
callFunctionIfCallable(callback, value)
target_variable.set(value)
callFunctionIfCallable(callback, value)
self.vrct_gui.closeSelectableLanguagesWindow()