Explorar el Código

change default notifications to on

jblanked hace 9 meses
padre
commit
bf99d2c6c3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;