mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 16:44:13 +08:00
fix
This commit is contained in:
parent
5ee4d5f55d
commit
caf9e12a5b
@ -74,7 +74,7 @@ def checklang():
|
|||||||
font.setFamily("Arial")
|
font.setFamily("Arial")
|
||||||
font.setPointSize(20)
|
font.setPointSize(20)
|
||||||
self.setFont(font)
|
self.setFont(font)
|
||||||
self.current = 0
|
self.current = "zh"
|
||||||
language_listcombox = QComboBox()
|
language_listcombox = QComboBox()
|
||||||
_, vis = loadlangviss()
|
_, vis = loadlangviss()
|
||||||
language_listcombox.addItems(vis)
|
language_listcombox.addItems(vis)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user