소스 검색

change default notifications to on

jblanked 10 달 전
부모
커밋
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;