Further iteration

This commit is contained in:
Zef Hemel
2023-08-30 17:25:54 +02:00
parent cbc00b73a0
commit 75da8e7ca9
18 changed files with 128 additions and 147 deletions
+2 -2
View File
@@ -70,8 +70,8 @@ export class HttpServer {
this.options.pagesPath.replaceAll("\\", "\\\\"),
// );
).replaceAll(
"{{SUPPORT_ONLINE_MODE}}",
this.system ? "true" : "false",
"{{SYNC_ONLY}}",
this.system ? "false" : "true",
);
}