mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
add theme
This commit is contained in:
@@ -49,6 +49,14 @@ export class ThemeService {
|
||||
|
||||
}
|
||||
|
||||
allows(args) {
|
||||
if(!Array.isArray(args)) {
|
||||
args = [args]
|
||||
}
|
||||
|
||||
return args.includes(this.currentTheme)
|
||||
}
|
||||
|
||||
saveTheme() {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user