mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- Allow the user to disable systray integration
This commit is contained in:
parent
622fb85f60
commit
5d0e466d6d
6 changed files with 104 additions and 32 deletions
|
@ -76,6 +76,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
|
|||
DLListDelegate *DLDelegate;
|
||||
unsigned int nbTorrents;
|
||||
QLabel *connecStatusLblIcon;
|
||||
bool systrayIntegration;
|
||||
// Preview
|
||||
previewSelect *previewSelection;
|
||||
QProcess *previewProcess;
|
||||
|
@ -118,6 +119,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
|
|||
void writeSettings();
|
||||
void readSettings();
|
||||
void forceExit();
|
||||
void createTrayIcon();
|
||||
// Torrent actions
|
||||
void showProperties(const QModelIndex &index);
|
||||
void propertiesSelection();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue