Add paths to config file

This commit is contained in:
2024-06-19 01:14:34 -04:00
parent 3ef2092dc2
commit 79afaca01d
6 changed files with 82 additions and 20 deletions

View File

@@ -79,7 +79,7 @@ typedef enum {
REMOTE_MODE_AMOUNT,
} RemoteMode;
extern const char * main_paths[MODE_AMOUNT];
extern const char * main_paths[REMOTE_MODE_AMOUNT];
extern const int entries_per_screen_v[MODE_AMOUNT];
extern const int entries_per_screen_h[MODE_AMOUNT];
extern const int entry_size[MODE_AMOUNT];