瀏覽代碼

Update nfc_playlist.h

acegoal07 2 年之前
父節點
當前提交
c5a4ffedad
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      nfc_playlist.h

+ 3 - 3
nfc_playlist.h

@@ -38,13 +38,13 @@ typedef struct {
    NotificationApp* notification;
    FuriThread* thread;
    NfcPlaylistWorker* nfc_playlist_worker;
+   FuriString* base_file_path;
+   bool file_selected;
+   bool file_selected_check;
    uint8_t emulate_timeout;
    uint8_t emulate_delay;
    bool emulate_led_indicator;
-   FuriString* base_file_path;
    FuriString* file_path;
-   bool file_selected;
-   bool file_selected_check;
 } NfcPlaylist;
 
 static const int options_emulate_timeout[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 };