Skip to content

Commit

Permalink
Local match: save path not checked
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmozhijin committed Mar 22, 2024
1 parent 4b9c008 commit 1cb13fe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions view/local_match.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ def start_cancel_button_clicked(self) -> None:
self.worker_finished()
return

if self.save_mode_comboBox.currentIndex() != 1 and not os.path.exists(self.save_path_lineEdit.text()):
QMessageBox.warning(self, "警告", "保存路径不存在!")
return

if not os.path.exists(self.song_path_lineEdit.text()):
QMessageBox.warning(self, "警告", "歌曲文件夹不存在!")
return
Expand Down

0 comments on commit 1cb13fe

Please sign in to comment.