mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 17:23:07 -07:00
- Fixed systray integration when qbittorrent is launched on system startup
This commit is contained in:
parent
85796d9c2c
commit
5e86c8a14d
2 changed files with 36 additions and 1 deletions
|
@ -59,6 +59,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
|
|||
QTabWidget *tabs;
|
||||
options_imp *options;
|
||||
QSystemTrayIcon *myTrayIcon;
|
||||
QTimer *systrayCreator;
|
||||
QMenu *myTrayIconMenu;
|
||||
DownloadingTorrents *downloadingTorrentTab;
|
||||
FinishedTorrents *finishedTorrentTab;
|
||||
|
@ -106,6 +107,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
|
|||
void updateFinishedTorrentNumber(unsigned int nb);
|
||||
void fullDiskError(QTorrentHandle& h) const;
|
||||
void handleDownloadFromUrlFailure(QString, QString) const;
|
||||
void createSystrayDelayed();
|
||||
// Keyboard shortcuts
|
||||
void createKeyboardShortcuts();
|
||||
void displayDownTab() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue