Skip to content

Commit

Permalink
Set quick alarm to false in release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
AhsanSarwar45 committed Dec 11, 2023
1 parent d55bb27 commit 2d8ce66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/settings/data/settings_schema.dart
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ SettingGroup appSettings = SettingGroup(
SettingGroup("Alarm", [
SwitchSetting(
"Show Instant Alarm Button",
true,
kDebugMode,
description:
"Show a button on the alarm screen that creates an alarm that rings one second in the future",
),
Expand Down

0 comments on commit 2d8ce66

Please sign in to comment.