diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-14 22:08:58 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-14 22:08:58 +0100 |
| commit | 9f8ba0ea5196bccf73f2f26a3dc8a55907faa02f (patch) | |
| tree | 1f0230a839b5990571974b932ce2746b0a994671 /src/settings.h | |
| parent | 186e96c878c432914f4f3b9e73a28b0b96103d3d (diff) | |
Add setting to automatically hide download after installation.
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h index 384d50a2..5f6dd37c 100644 --- a/src/settings.h +++ b/src/settings.h @@ -663,6 +663,11 @@ public: bool metaDownloads() const; void setMetaDownloads(bool b); + // whether to hide downloads after installing them + // + bool hideDownloadsAfterInstallation() const; + void setHideDownloadsAfterInstallation(bool b); + // whether the API counter should be hidden // bool hideAPICounter() const; |
