瀏覽代碼

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;