Updates default translucentControllerSkinOpacity value to 0.7
This commit is contained in:
parent
509a1af74c
commit
725c7a9691
@ -68,7 +68,7 @@ struct Settings
|
||||
|
||||
static func registerDefaults()
|
||||
{
|
||||
let defaults = [#keyPath(UserDefaults.translucentControllerSkinOpacity): 1.0]
|
||||
let defaults = [#keyPath(UserDefaults.translucentControllerSkinOpacity): 0.7]
|
||||
UserDefaults.standard.register(defaults: defaults)
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user