[bugfix] removed useless prompt
This commit is contained in:
parent
721874dbb7
commit
154f802f27
@ -2462,9 +2462,6 @@ class MainWindow(QMainWindow):
|
||||
'''
|
||||
Save back project to new pickle file.
|
||||
'''
|
||||
if not exists:
|
||||
if not self.okToContinue():
|
||||
return
|
||||
dlg = QFileDialog()
|
||||
fnm = dlg.getSaveFileName(self, 'Create a new project file...', filter='Pylot project (*.plp)')
|
||||
filename = fnm[0]
|
||||
|
Loading…
Reference in New Issue
Block a user