mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-19 22:33:10 -05:00
Fix show messages on macos
This commit is contained in:
parent
1374d4520f
commit
eb4a5a4e4d
@ -681,7 +681,7 @@ void MainWindow::createMenuBar()
|
|||||||
|
|
||||||
dockMenu = new QMenu(this);
|
dockMenu = new QMenu(this);
|
||||||
dockMenu->setAsDockMenu();
|
dockMenu->setAsDockMenu();
|
||||||
dockMenu->addAction(tr("Open Messages"), this, SLOT(Mess()));
|
dockMenu->addAction(tr("Open Messages"), this, SLOT(showMess()));
|
||||||
dockMenu->addAction(tr("Bandwidth Graph"), this, SLOT(showBandwidthGraph()));
|
dockMenu->addAction(tr("Bandwidth Graph"), this, SLOT(showBandwidthGraph()));
|
||||||
dockMenu->addAction(tr("Statistics"), this, SLOT(showStatisticsWindow()));
|
dockMenu->addAction(tr("Statistics"), this, SLOT(showStatisticsWindow()));
|
||||||
dockMenu->addAction(tr("Options"), this, SLOT(showSettings()));
|
dockMenu->addAction(tr("Options"), this, SLOT(showSettings()));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user