open decks on double-click in deck storage tab (#5322)

This commit is contained in:
RickyRister 2024-12-24 21:33:48 -08:00 committed by GitHub
parent 4ca1fc083d
commit 2b9d7538bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 20 additions and 0 deletions

View file

@ -34,6 +34,7 @@ private:
void deleteRemoteDeck(const RemoteDeckList_TreeModel::Node *node);
private slots:
void actLocalDoubleClick(const QModelIndex &curLeft);
void actOpenLocalDeck();
void actUpload();
@ -42,6 +43,7 @@ private slots:
void actNewLocalFolder();
void actDeleteLocalDeck();
void actRemoteDoubleClick(const QModelIndex &curRight);
void actOpenRemoteDeck();
void openRemoteDeckFinished(const Response &r, const CommandContainer &commandContainer);