mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 13:49:04 -04:00
Fix show messages on macos
This commit is contained in:
parent
1374d4520f
commit
eb4a5a4e4d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue