Skip to content

Commit ce0f5f8

Browse files
committed
Fix build
1 parent 3975f80 commit ce0f5f8

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

internal/config/config_test/config_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ func defaultConfig() *config.Config {
5656
FlowBell: true,
5757
FlowBellSound: "tibetan_bell",
5858
FlowDefault: true,
59+
ConfettiEnabled: false,
5960
},
6061
Notifications: config.NotificationConfig{
6162
Enabled: true,

internal/config/config_test/testdata/defaults.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
auto_start_break: true
22
auto_start_work: false
33
break_sound: bell
4+
confetti_enabled: false
45
dark_theme: true
56
flow_bell: true
67
flow_bell_sound: tibetan_bell

0 commit comments

Comments
 (0)