Skip to content

Commit

Permalink
fix: close #237
Browse files Browse the repository at this point in the history
  • Loading branch information
sqzw-x committed Aug 3, 2024
1 parent 9704c1d commit 928724b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/main_window/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@ def save_nfo_info(self):
def show_scrape_info(self, before_info=''):
try:
if Flags.file_mode == FileMode.Single:
scrape_info = '💡 单文件刮削\n💠 %s · %s' % (Flags.main_mode_text, self.Ui.comboBox_website.currentText())
scrape_info = '💡 单文件刮削\n💠 %s · %s' % (Flags.main_mode_text, self.Ui.comboBox_website_all.currentText())
else:
scrape_info = '💠 %s · %s' % (Flags.main_mode_text, Flags.scrape_like_text)
if config.scrape_like == 'single':
Expand Down

0 comments on commit 928724b

Please sign in to comment.