diff --git a/cockatrice/src/client/tabs/tab_deck_editor.cpp b/cockatrice/src/client/tabs/tab_deck_editor.cpp index 404bdb31f..7a0cfff14 100644 --- a/cockatrice/src/client/tabs/tab_deck_editor.cpp +++ b/cockatrice/src/client/tabs/tab_deck_editor.cpp @@ -1038,6 +1038,9 @@ bool TabDeckEditor::actSaveDeckAs() return false; } setModified(false); + + SettingsCache::instance().recents().updateRecentlyOpenedDeckPaths(fileName); + return true; }