From 1cb13fe36961bfcfa6e4008e56e54d91b6dbaf2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=89=E9=BB=98=E3=81=AE=E9=87=91?= <110812055+chenmozhijin@users.noreply.github.com> Date: Fri, 22 Mar 2024 22:40:01 +0800 Subject: [PATCH] Local match: save path not checked --- view/local_match.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/view/local_match.py b/view/local_match.py index 908200f..8adbc5e 100644 --- a/view/local_match.py +++ b/view/local_match.py @@ -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