mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
Add 'never show again' checkbox/pref to auto-exit confirm dialog
This commit is contained in:
parent
39ad4d65e8
commit
07599b5923
7 changed files with 103 additions and 42 deletions
|
@ -360,6 +360,8 @@ public:
|
|||
void setHibernateWhenDownloadsComplete(bool hibernate);
|
||||
bool shutdownqBTWhenDownloadsComplete() const;
|
||||
void setShutdownqBTWhenDownloadsComplete(bool shutdown);
|
||||
bool dontConfirmAutoExit() const;
|
||||
void setDontConfirmAutoExit(bool dontConfirmAutoExit);
|
||||
uint diskCacheSize() const;
|
||||
void setDiskCacheSize(uint size);
|
||||
uint diskCacheTTL() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue