From cf4fcbe1d30e454e492327ad3de391de3757b38e Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Thu, 3 Dec 2020 20:16:04 -0500 Subject: Allow setting ui.log.maxSize without requiring restart. --- ui/logview.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/logview.h b/ui/logview.h index e7fb9797..c0ff7768 100644 --- a/ui/logview.h +++ b/ui/logview.h @@ -124,6 +124,7 @@ public: virtual bool canCopy(); static void SetLogLevel(BNLogLevel level); + static void SetLogSize(size_t maxSize); static bool IsHexString(const QString& str, std::pair offsetLen); static bool StartsWith0x(const QString& str, std::pair offsetLen); -- cgit v1.3.1