Update recently opened decks regardless of where the deck is opened from (#5691)

This commit is contained in:
RickyRister 2025-03-05 18:04:53 -08:00 committed by GitHub
parent 5238087ddf
commit 6bb9ae92bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 17 additions and 6 deletions

View file

@ -246,8 +246,6 @@ void TabDeckStorage::actOpenLocalDeck()
if (!deckLoader.loadFromFile(filePath, DeckLoader::CockatriceFormat, true))
continue;
SettingsCache::instance().recents().updateRecentlyOpenedDeckPaths(filePath);
emit openDeckEditor(&deckLoader);
}
}