mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
refactor: Disable crash dump upload by default
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user