fix cryptpad error
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 3m52s
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 3m52s
This commit is contained in:
parent
df8a2680d6
commit
4ea9636989
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ in {
|
||||||
const factory = (AppConfig) => {
|
const factory = (AppConfig) => {
|
||||||
AppConfig.disableAnonymousPadCreation = true;
|
AppConfig.disableAnonymousPadCreation = true;
|
||||||
AppConfig.disableAnonymousStore = true;
|
AppConfig.disableAnonymousStore = true;
|
||||||
|
AppConfig.defaultDarkTheme = true;
|
||||||
return AppConfig;
|
return AppConfig;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue