mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 01:38:21 +08:00
Add: Remember the last used theme (#821)
- Add: Password in deploy config - Opt: Parse yaml value null into None
This commit is contained in:
@@ -59,7 +59,4 @@ def reload():
|
||||
|
||||
for key in dic_lang["ja-JP"].keys():
|
||||
if dic_lang["ja-JP"][key] == key:
|
||||
dic_lang["ja-JP"][key] = dic_lang["en-US"][key]
|
||||
|
||||
global LANG
|
||||
LANG = WebuiConfig().Language
|
||||
dic_lang["ja-JP"][key] = dic_lang["en-US"][key]
|
||||
Reference in New Issue
Block a user