Updated scripts to check for PRO status
This commit is contained in:
@ -120,7 +120,7 @@ export class AnimeNotifier {
|
||||
this.app.loading = this.app.find("loading")
|
||||
|
||||
// Theme
|
||||
if(this.user && this.user.dataset.theme !== "light") {
|
||||
if(this.user && this.user.dataset.pro === "true" && this.user.dataset.theme !== "light") {
|
||||
darkTheme()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user