This commit is contained in:
恍兮惚兮 2024-07-28 15:09:38 +08:00
parent 5ee4d5f55d
commit caf9e12a5b

View File

@ -74,7 +74,7 @@ def checklang():
font.setFamily("Arial")
font.setPointSize(20)
self.setFont(font)
self.current = 0
self.current = "zh"
language_listcombox = QComboBox()
_, vis = loadlangviss()
language_listcombox.addItems(vis)