summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h5
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;