Преглед изворни кода

change default notifications to on

jblanked пре 9 месеци
родитељ
комит
bf99d2c6c3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      flip_social.c

+ 1 - 1
flip_social.c

@@ -21,7 +21,7 @@ char auth_headers[256] = {0};
 char *flip_social_feed_type[] = {"Global", "Friends"};
 uint8_t flip_social_feed_type_index = 0;
 char *flip_social_notification_type[] = {"OFF", "ON"};
-uint8_t flip_social_notification_type_index = 0;
+uint8_t flip_social_notification_type_index = 1;
 
 bool went_to_friends = false;
 Loading *loading_global = NULL;