summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 436b5204d5..3634087cab 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -194,6 +194,11 @@ struct user_settings
194 int recursive_dir_insert; /* should directories be inserted recursively */ 194 int recursive_dir_insert; /* should directories be inserted recursively */
195 195
196 bool line_in; /* false=off, true=active */ 196 bool line_in; /* false=off, true=active */
197
198 /* playlist viewer settings */
199 bool playlist_viewer_icons; /* display icons on viewer */
200 bool playlist_viewer_indices; /* display playlist indices on viewer */
201 int playlist_viewer_track_display; /* how to display tracks in viewer */
197}; 202};
198 203
199enum optiontype { INT, BOOL }; 204enum optiontype { INT, BOOL };