mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Update recently opened decks regardless of where the deck is opened from (#5691)
This commit is contained in:
parent
5238087ddf
commit
6bb9ae92bf
4 changed files with 17 additions and 6 deletions
|
|
@ -246,8 +246,6 @@ void TabDeckStorage::actOpenLocalDeck()
|
|||
if (!deckLoader.loadFromFile(filePath, DeckLoader::CockatriceFormat, true))
|
||||
continue;
|
||||
|
||||
SettingsCache::instance().recents().updateRecentlyOpenedDeckPaths(filePath);
|
||||
|
||||
emit openDeckEditor(&deckLoader);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue