修复设置页面部分显示问题
This commit is contained in:
@ -1110,7 +1110,7 @@ def download_version():
|
|||||||
copy(version_json[get_treeview_index(version_list, version_download_choice)]["password"])
|
copy(version_json[get_treeview_index(version_list, version_download_choice)]["password"])
|
||||||
|
|
||||||
|
|
||||||
version = "4.0.1"
|
version = "4.0.2"
|
||||||
poem = ""
|
poem = ""
|
||||||
appdata = os.getenv("APPDATA")
|
appdata = os.getenv("APPDATA")
|
||||||
make_resource()
|
make_resource()
|
||||||
@ -1468,7 +1468,7 @@ language_list = lang.list_languages()
|
|||||||
label3 = Label(labelframe_settings, text=lang.get(la, 'ui.settings.text.download_source', ))
|
label3 = Label(labelframe_settings, text=lang.get(la, 'ui.settings.text.download_source', ))
|
||||||
label3.place(x=10, y=60)
|
label3.place(x=10, y=60)
|
||||||
|
|
||||||
if not repo_dict_reverse.get("choice"):
|
if repo_dict_reverse.get(jsondata["choice"]) is None:
|
||||||
jsondata["choice"] = "KUWO"
|
jsondata["choice"] = "KUWO"
|
||||||
|
|
||||||
menu0 = OptionMenu(labelframe_settings, var4, repo_dict_reverse[jsondata["choice"]],
|
menu0 = OptionMenu(labelframe_settings, var4, repo_dict_reverse[jsondata["choice"]],
|
||||||
|
Reference in New Issue
Block a user