mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 08:16:16 -07:00
Simplify tray icon menu
This commit is contained in:
parent
1696504a57
commit
2cc82c6256
1 changed files with 1 additions and 1 deletions
|
@ -1122,7 +1122,7 @@ QMenu* MainWindow::getTrayIconMenu() {
|
|||
// Tray icon Menu
|
||||
myTrayIconMenu = new QMenu(this);
|
||||
myTrayIconMenu->addAction(actionOpen);
|
||||
myTrayIconMenu->addAction(actionDownload_from_URL);
|
||||
//myTrayIconMenu->addAction(actionDownload_from_URL);
|
||||
myTrayIconMenu->addSeparator();
|
||||
const bool isAltBWEnabled = Preferences().isAltBandwidthEnabled();
|
||||
updateAltSpeedsBtn(isAltBWEnabled);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue