diff options
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h index 81174440..ccb70d8a 100644 --- a/src/settings.h +++ b/src/settings.h @@ -143,6 +143,16 @@ public: bool offlineMode() const; /** + * @return true if the user chose compact downloads + */ + bool compactDownloads() const; + + /** + * @return true if the user chose meta downloads + */ + bool metaDownloads() const; + + /** * @return the configured log level */ int logLevel() const; |
