mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Add show/hide statusbar option
This commit is contained in:
parent
1f9ccb44a3
commit
0940a8a764
5 changed files with 32 additions and 0 deletions
|
@ -119,6 +119,8 @@ public:
|
|||
void setSystrayIntegration(bool enabled);
|
||||
bool isToolbarDisplayed() const;
|
||||
void setToolbarDisplayed(bool displayed);
|
||||
bool isStatusbarDisplayed() const;
|
||||
void setStatusbarDisplayed(bool displayed);
|
||||
bool minimizeToTray() const;
|
||||
void setMinimizeToTray(bool b);
|
||||
bool closeToTray() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue