diff --git a/cockatrice/src/client/tabs/tab_deck_storage.cpp b/cockatrice/src/client/tabs/tab_deck_storage.cpp index eca1b7b1f..9e9cbc23c 100644 --- a/cockatrice/src/client/tabs/tab_deck_storage.cpp +++ b/cockatrice/src/client/tabs/tab_deck_storage.cpp @@ -162,6 +162,8 @@ void TabDeckStorage::actOpenLocalDeck() return; QString filePath = localDirModel->filePath(curLeft); + SettingsCache::instance().recents().updateRecentlyOpenedDeckPaths(filePath); + DeckLoader deckLoader; if (!deckLoader.loadFromFile(filePath, DeckLoader::CockatriceFormat)) return;