Skip to content

Commit

Permalink
3.95
Browse files Browse the repository at this point in the history
  • Loading branch information
moyy996 committed May 11, 2020
1 parent be2cf18 commit 9b204aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AVDC_Main.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ def Load_Config(self):
if int(config['extrafanart']['extrafanart_download']) == 1:
self.Ui.radioButton_extrafanart_download_on.setChecked(True)
elif int(config['extrafanart']['extrafanart_download']) == 0:
self.Ui.radioButton_extrafanart_download_off.setChecked(False)
self.Ui.radioButton_extrafanart_download_off.setChecked(True)
self.Ui.lineEdit_extrafanart_dir.setText(config['extrafanart']['extrafanart_folder'])

# ========================================================================读取设置页设置,保存在config.ini
Expand Down

0 comments on commit 9b204aa

Please sign in to comment.