Enable save button when not auto-saving non-data changes (#9634)

* Fix #9501 
* Also fix bug where context menu did not update when entry moved to very top or bottom of list
This commit is contained in:
Jonathan White
2023-08-06 22:22:23 -04:00
committed by GitHub
parent e1482dee2b
commit 5fb26d666a
5 changed files with 15 additions and 0 deletions

View File

@@ -939,6 +939,7 @@ void Database::markAsClean()
void Database::markNonDataChange()
{
m_hasNonDataChange = true;
emit databaseNonDataChanged();
}
/**