Skip to content

Commit d479013

Browse files
committed
default color value
1 parent e5c6365 commit d479013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const preferences = [
9797
return value === "true";
9898
},
9999
lsKey: LOCAL_STORAGE_COLOR_KEY,
100-
value: false,
100+
value: true,
101101
},
102102
];
103103

0 commit comments

Comments
 (0)