summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2013-04-04 21:49:44 +0200
committerTannin <devnull@localhost>2013-04-04 21:49:44 +0200
commitde27ab391f5c56db9532e7cbc32145d21e5df97c (patch)
tree349ad259558322936381297a77b207c65ed87de3 /src/settings.h
parentd9a6dbb916236531a96b9b84b06e7be666c05d56 (diff)
- creating mods from overwrite
- moving files from overwrite to mods - offline mode - several fixes to the grouping system - fix to "duplicate translation" errors
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 34d61a24..38f22b71 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -125,6 +125,11 @@ public:
bool getNexusLogin(QString &username, QString &password) const;
/**
+ * @return true if the user disabled internet features
+ */
+ bool offlineMode() const;
+
+ /**
* @return the configured log level
*/
int logLevel() const;