2
0
forked from Ivasoft/DSView

User can set the fonts

This commit is contained in:
dreamsourcelabTAI
2023-06-09 14:48:36 +08:00
parent b12476a16b
commit 6468461d6c
60 changed files with 1022 additions and 290 deletions

View File

@@ -51,7 +51,7 @@ DecoderOptions::DecoderOptions(pv::data::DecoderStack* decoder_stack, data::deco
const srd_decoder *const dec = _decoder->decoder();
assert(dec);
bool bLang = AppConfig::Instance()._appOptions.transDecoderDlg;
bool bLang = AppConfig::Instance().appOptions.transDecoderDlg;
if (LangResource::Instance()->is_lang_en()){
bLang = false;