summary refs log tree commit diff
path: root/src/Logging.h
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2019-08-30 23:15:09 +0000
committerGitHub <noreply@github.com>2019-08-30 23:15:09 +0000
commit5be967fb1df73fa495f9336f60fd409a011ff4ec (patch)
treeb42e8bd533279f428de3791ae5bab953137e7add /src/Logging.h
parentFix themeing issues on mentions (diff)
parentFix usage of deprecated find (diff)
downloadnheko-5be967fb1df73fa495f9336f60fd409a011ff4ec.tar.xz
Merge pull request #86 from Nheko-Reborn/avatar-memory-usage
Try to reduce memory usage by reusing avatar pixmaps
Diffstat (limited to 'src/Logging.h')
-rw-r--r--src/Logging.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Logging.h b/src/Logging.h

index 2feae60d..e54f3c3f 100644 --- a/src/Logging.h +++ b/src/Logging.h
@@ -18,4 +18,6 @@ db(); std::shared_ptr<spdlog::logger> crypto(); + +extern bool enable_debug_log_from_commandline; }