mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
opt:web font preference ,set a default valut to empty
This commit is contained in:
parent
d73956b90d
commit
0bd724b313
|
@ -380,6 +380,8 @@ Config::Preferences Preferences::getPreferences()
|
|||
//bypass the first default
|
||||
if(ui.fontFamilies->currentIndex()>0)
|
||||
p.webFontFamily = ui.fontFamilies->currentText();
|
||||
else
|
||||
p.webFontFamily = "";
|
||||
|
||||
p.helpLanguage =
|
||||
ui.helpLanguage->itemData(
|
||||
|
|
Loading…
Reference in a new issue