We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be2cf18 commit 9b204aaCopy full SHA for 9b204aa
AVDC_Main.py
@@ -441,7 +441,7 @@ def Load_Config(self):
441
if int(config['extrafanart']['extrafanart_download']) == 1:
442
self.Ui.radioButton_extrafanart_download_on.setChecked(True)
443
elif int(config['extrafanart']['extrafanart_download']) == 0:
444
- self.Ui.radioButton_extrafanart_download_off.setChecked(False)
+ self.Ui.radioButton_extrafanart_download_off.setChecked(True)
445
self.Ui.lineEdit_extrafanart_dir.setText(config['extrafanart']['extrafanart_folder'])
446
447
# ========================================================================读取设置页设置,保存在config.ini
0 commit comments