mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 04:52:13 -07:00
fix Chinesse language
This commit is contained in:
parent
3a9f22f68e
commit
2d5e949100
3 changed files with 18 additions and 21 deletions
|
@ -1243,9 +1243,6 @@ def start(input_dirpath):
|
|||
|
||||
QFontDatabase.addApplicationFont( str(root_path / 'gfx' / 'fonts' / 'NotoSans-Medium.ttf') )
|
||||
|
||||
font = QFont({'en' : 'Verdana',
|
||||
'ru' : 'Verdana',
|
||||
'zn' : 'SimSun'}[system_language])
|
||||
app.setFont( QFont('NotoSans'))
|
||||
|
||||
QUIConfig.initialize()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue