add theme

This commit is contained in:
Peter Maquiran
2022-10-20 15:45:10 +01:00
parent 46296f5f3e
commit a10f85a7d2
124 changed files with 1040 additions and 69 deletions
+8
View File
@@ -49,6 +49,14 @@ export class ThemeService {
}
allows(args) {
if(!Array.isArray(args)) {
args = [args]
}
return args.includes(this.currentTheme)
}
saveTheme() {
}