mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 19:40:18 -07:00
Add "Hide zero values" option. Closes #3543.
This commit is contained in:
parent
f23cd9204c
commit
325ba48601
5 changed files with 45 additions and 7 deletions
|
@ -132,6 +132,8 @@ public:
|
|||
void showSpeedInTitleBar(bool show);
|
||||
bool useAlternatingRowColors() const;
|
||||
void setAlternatingRowColors(bool b);
|
||||
bool getHideZeroValues() const;
|
||||
void setHideZeroValues(bool b);
|
||||
bool useRandomPort() const;
|
||||
void setRandomPort(bool b);
|
||||
bool systrayIntegration() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue