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 };