mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 16:24:45 -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
|
|
@ -437,7 +437,7 @@ TabMessage *TabSupervisor::addMessageTab(const QString &receiverName, bool focus
|
|||
}
|
||||
|
||||
void TabSupervisor::maximizeMainWindow() {
|
||||
emit maximize();
|
||||
emit showWindowIfHidden();
|
||||
}
|
||||
|
||||
void TabSupervisor::talkLeft(TabMessage *tab)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue