feat: friend request notification adjustments

This commit is contained in:
Zamitto
2025-03-10 19:50:53 -03:00
parent b344a1850a
commit 85efc23c25
7 changed files with 45 additions and 12 deletions

View File

@@ -82,4 +82,5 @@ export interface UserPreferences {
downloadNotificationsEnabled?: boolean;
repackUpdatesNotificationsEnabled?: boolean;
achievementNotificationsEnabled?: boolean;
friendRequestNotificationsEnabled?: boolean;
}