mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
update recently opened decks when saving a new deck (#5389)
This commit is contained in:
parent
dad1aea128
commit
3348e051a1
1 changed files with 3 additions and 0 deletions
|
|
@ -1038,6 +1038,9 @@ bool TabDeckEditor::actSaveDeckAs()
|
|||
return false;
|
||||
}
|
||||
setModified(false);
|
||||
|
||||
SettingsCache::instance().recents().updateRecentlyOpenedDeckPaths(fileName);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue