mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03: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
|
@ -80,7 +80,7 @@ class options_imp : public QDialog, private Ui::Dialog{
|
|||
bool getUseOSDAlways() const;
|
||||
bool getUseOSDWhenHiddenOnly() const;
|
||||
QString getStyle() const;
|
||||
void setStyle(QString style);
|
||||
bool useSystrayIntegration() const;
|
||||
|
||||
protected slots:
|
||||
void on_okButton_clicked();
|
||||
|
@ -109,6 +109,8 @@ class options_imp : public QDialog, private Ui::Dialog{
|
|||
void enableApplyButton();
|
||||
void checkPortsLogic();
|
||||
void enableSavePath(int checkBoxValue);
|
||||
void setStyle(QString style);
|
||||
void systrayDisabled(int val);
|
||||
|
||||
public slots:
|
||||
void setLocale(QString locale);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue