mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
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:
@@ -939,6 +939,7 @@ void Database::markAsClean()
|
||||
void Database::markNonDataChange()
|
||||
{
|
||||
m_hasNonDataChange = true;
|
||||
emit databaseNonDataChanged();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user