refactor: Disable crash dump upload by default

This commit is contained in:
Lars Toenning
2024-04-28 10:46:28 +02:00
parent 89b7e672a1
commit 45c8a7575a

View File

@@ -90,7 +90,7 @@ namespace BlackCore::Application
} }
//! \copydoc BlackMisc::TSettingTrait::defaultValue //! \copydoc BlackMisc::TSettingTrait::defaultValue
static bool defaultValue() { return true; } static bool defaultValue() { return false; }
}; };
} // ns } // ns