update recently opened decks when saving a new deck (#5389)

This commit is contained in:
RickyRister 2024-12-29 16:57:31 -08:00 committed by GitHub
parent dad1aea128
commit 3348e051a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1038,6 +1038,9 @@ bool TabDeckEditor::actSaveDeckAs()
return false;
}
setModified(false);
SettingsCache::instance().recents().updateRecentlyOpenedDeckPaths(fileName);
return true;
}