mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04: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->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("Statistics"), this, SLOT(showStatisticsWindow()));
|
||||
dockMenu->addAction(tr("Options"), this, SLOT(showSettings()));
|
||||
|
Loading…
Reference in New Issue
Block a user