From cbbdad61fcc20a1b2f0d50821076f450b12444b1 Mon Sep 17 00:00:00 2001 From: KorbsStudio Date: Fri, 17 Feb 2023 00:09:54 -0500 Subject: [PATCH] Set default notification type to Custom --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 4689d9f..6fd6bd0 100644 --- a/.env +++ b/.env @@ -27,4 +27,4 @@ SplashBackground="#232323" PushyAppId="63e9212d7446e48a2a0e8ec0" ## Theming -NotificationType="Custom" # "Custom" "Native" \ No newline at end of file +NotificationType="Native" # "Custom" "Native" \ No newline at end of file