mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 11:33:55 -07:00
Don't change window maximized state when clicking a notification
This commit is contained in:
parent
2a83f6dd4b
commit
4ee12f0b69
4 changed files with 8 additions and 6 deletions
|
|
@ -81,7 +81,7 @@ signals:
|
|||
void setMenu(const QList<QMenu *> &newMenuList = QList<QMenu *>());
|
||||
void localGameEnded();
|
||||
void adminLockChanged(bool lock);
|
||||
void maximize();
|
||||
void showWindowIfHidden();
|
||||
public slots:
|
||||
TabDeckEditor *addDeckEditorTab(const DeckLoader *deckToOpen);
|
||||
void openReplay(GameReplay *replay);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue