We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8ea9a commit 91167f2Copy full SHA for 91167f2
extend.php
@@ -63,6 +63,6 @@
63
->whenExtensionEnabled('fof-default-user-preferences', fn () => [
64
(new RegisterUserPreferenceDefault())
65
->default('fofNightMode', 0, 'number')
66
- ->default('fofNightMode_perDevice', false, 'bool')
+ ->default('fofNightMode_perDevice', false, 'bool'),
67
]),
68
];
0 commit comments