mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
Show status message when saving to project file
Otherwise, there isn't any feedback about the file having been saved. See issue #1706
This commit is contained in:
@@ -2824,6 +2824,7 @@ void MainWindow::saveProject(const QString& currentFilename)
|
||||
addToRecentFilesMenu(filename);
|
||||
setCurrentFile(db.currentFile());
|
||||
isProjectModified = false;
|
||||
showStatusMessage5s(tr("Project saved to file '%1'").arg(currentProjectFilename));
|
||||
QApplication::restoreOverrideCursor();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user