Skip to content

Commit

Permalink
Fix setting to be locally
Browse files Browse the repository at this point in the history
  • Loading branch information
simonnickel committed Apr 29, 2024
1 parent eb6517e commit 7b669a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ import SnapSettingsService

public extension SettingsService.SettingDefinition {

static let displayMode = SettingsService.Setting<DisplayMode>("Settings.Appearance.DisplayMode", in: .ubiquitous, default: .system)
static let displayMode = SettingsService.Setting<DisplayMode>("Settings.Appearance.DisplayMode", in: .defaults, default: .system)

}

0 comments on commit 7b669a3

Please sign in to comment.