mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-30 02:23:55 -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;
|
return false;
|
||||||
}
|
}
|
||||||
setModified(false);
|
setModified(false);
|
||||||
|
|
||||||
|
SettingsCache::instance().recents().updateRecentlyOpenedDeckPaths(fileName);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue