mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Allow to disable speed graphs
This commit is contained in:
parent
b09e32ebc0
commit
2d0f0cb372
6 changed files with 46 additions and 11 deletions
|
@ -371,6 +371,8 @@ public:
|
|||
void setNetworkCookies(const QList<QNetworkCookie> &cookies);
|
||||
|
||||
// SpeedWidget
|
||||
bool isSpeedWidgetEnabled() const;
|
||||
void setSpeedWidgetEnabled(bool enabled);
|
||||
int getSpeedWidgetPeriod() const;
|
||||
void setSpeedWidgetPeriod(const int period);
|
||||
bool getSpeedWidgetGraphEnable(int id) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue