Skip to content

Commit 4f6c77d

Browse files
committed
Disable seasonal decorations by default
1 parent 9c93b2a commit 4f6c77d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/latest/scripts/ui/settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export type Settings = Omit<SettingsState, "theme"> & {
3131
const defaultSettings: Settings = {
3232
theme: "System",
3333
literateByDefault: false,
34-
snowing: "yes",
34+
snowing: "no",
3535
highlightBrackets: "yes",
3636
elementsSide: "Right",
3737
};

0 commit comments

Comments
 (0)