Skip to content

Commit 4745466

Browse files
committed
fix(frontend-settings): sync to backend default_settings.toml
1 parent ac49f3b commit 4745466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/commands/fs/settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export type SettingsJson = {
1010

1111
export const DEFAULT_SETTINGS = {
1212
base: {
13-
autostart: false,
13+
autostart: true,
1414
battery_query_duration_minutes: 60,
1515
notify_battery_level: 20,
1616
},

0 commit comments

Comments
 (0)