Fix: system.json theme not correctly hidden in the initial dialog
This commit is contained in:
parent
6715d197fe
commit
2b581531db
|
@ -56,7 +56,7 @@
|
|||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Copyright(C) 2021-2022 瞿华(royqh1979@gmail.com)</string>
|
||||
<string>Copyright(C) 2021-2024 瞿华(royqh1979@gmail.com)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
@ -23,9 +23,9 @@ ChooseThemeDialog::ChooseThemeDialog(QWidget *parent) :
|
|||
{
|
||||
ui->setupUi(this);
|
||||
#ifdef ENABLE_LUA_ADDON
|
||||
ui->rbAuto->setChecked(true);
|
||||
ui->rbAuto->setVisible(true);
|
||||
#else
|
||||
ui->rbAuto->setChecked(false);
|
||||
ui->rbAuto->setVisible(false);
|
||||
#endif
|
||||
ui->rbDark->setChecked(true);
|
||||
ui->rbCpp->setChecked(true);
|
||||
|
|
Loading…
Reference in New Issue