We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21388c9 commit e748243Copy full SHA for e748243
1 file changed
Gui/ScanBarGui.py
@@ -134,6 +134,7 @@ def callback(self, info: Any):
134
135
def start_scan(self): # 20500 - 25000
136
self.logger.log(INFO, "开始扫描")
137
+ self.close_save_config()
138
if self.in_scan:
139
return
140
0 commit comments