mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 16:23:07 -07:00
Attempt to fix toolbar toggling on Mac
This commit is contained in:
parent
efe1655834
commit
10801f111b
1 changed files with 2 additions and 0 deletions
|
@ -644,9 +644,11 @@ bool GUI::event(QEvent * e) {
|
|||
}
|
||||
#ifdef Q_WS_MAC
|
||||
case QEvent::ToolBarChange: {
|
||||
e->accept();
|
||||
const bool is_visible = toolBar->isVisible();
|
||||
actionTop_tool_bar->setChecked(is_visible);
|
||||
Preferences::setToolbarDisplayed(is_visible);
|
||||
return true;
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue