added more customization to the notifs, settings improvemnts, left and right notifs, animations for sliding in and out

This commit is contained in:
choco
2025-10-12 18:00:49 +02:00
parent c0b8e15380
commit a8a01b3034
5 changed files with 335 additions and 161 deletions

View File

@@ -18,4 +18,10 @@ public enum NotificationType
Error,
PairRequest,
Download
}
public enum NotificationCorner
{
Right,
Left
}