We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3975f80 commit ce0f5f8Copy full SHA for ce0f5f8
2 files changed
internal/config/config_test/config_test.go
@@ -56,6 +56,7 @@ func defaultConfig() *config.Config {
56
FlowBell: true,
57
FlowBellSound: "tibetan_bell",
58
FlowDefault: true,
59
+ ConfettiEnabled: false,
60
},
61
Notifications: config.NotificationConfig{
62
Enabled: true,
internal/config/config_test/testdata/defaults.golden
@@ -1,6 +1,7 @@
1
auto_start_break: true
2
auto_start_work: false
3
break_sound: bell
4
+confetti_enabled: false
5
dark_theme: true
6
flow_bell: true
7
flow_bell_sound: tibetan_bell
0 commit comments