add developer mode view and setting
Signed-off-by: Bryan Montz <bryanmontz@me.com>
This commit is contained in:
committed by
William Casarin
parent
6dfda93ff9
commit
ebcfe3c25f
@@ -157,6 +157,9 @@ class UserSettingsStore: ObservableObject {
|
||||
|
||||
@Setting(key: "donation_percent", default_value: 0)
|
||||
var donation_percent: Int
|
||||
|
||||
@Setting(key: "developer_mode", default_value: false)
|
||||
var developer_mode: Bool
|
||||
|
||||
// Helper for inverse of disable_animation.
|
||||
// disable_animation was introduced as a setting first, but it's more natural for the settings UI to show the inverse.
|
||||
|
||||
Reference in New Issue
Block a user