From 45c8a7575a808c203db606d265d71f252ff2e697 Mon Sep 17 00:00:00 2001 From: Lars Toenning Date: Sun, 28 Apr 2024 10:46:28 +0200 Subject: [PATCH] refactor: Disable crash dump upload by default --- src/blackcore/application/applicationsettings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blackcore/application/applicationsettings.h b/src/blackcore/application/applicationsettings.h index a07e0736d..4555a7858 100644 --- a/src/blackcore/application/applicationsettings.h +++ b/src/blackcore/application/applicationsettings.h @@ -90,7 +90,7 @@ namespace BlackCore::Application } //! \copydoc BlackMisc::TSettingTrait::defaultValue - static bool defaultValue() { return true; } + static bool defaultValue() { return false; } }; } // ns