🆙 Update About screen (needs a emu change as well)

This commit is contained in:
DuckieTM
2026-05-17 09:58:38 +02:00
parent 54884835b1
commit e209146f47
6 changed files with 486 additions and 1 deletions
@@ -5,6 +5,7 @@ export class NotificationAlertType
public static MODERATION: string = 'moderation';
public static EVENT: string = 'event';
public static NITRO: string = 'nitro';
public static NITRO_INFO: string = 'nitro-info';
public static SEARCH: string = 'search';
public static ALERT: string = 'alert';
}