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

@ -54,7 +54,7 @@ public:
virtual void retranslateUi() override = 0;
// Deck Management
virtual void setDeck(DeckLoader *_deckLoader);
void openDeck(DeckLoader *deck);
DeckLoader *getDeckList() const;
void setModified(bool _windowModified);
@ -117,6 +117,7 @@ protected slots:
virtual void dockFloatingTriggered() = 0;
private:
virtual void setDeck(DeckLoader *_deck);
void editDeckInClipboard(bool annotated);
protected: