diff options
author | Björn Stenberg <bjorn@haxx.se> | 2003-06-05 09:38:26 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2003-06-05 09:38:26 +0000 |
commit | d1a6fa113d30fc133e9401b3cce2bfcd0e76e7d3 (patch) | |
tree | bf67047daad332da54f9939efd4ae3ede7185994 /apps/settings.h | |
parent | ffefc5d5e1f8d1e0cc5fa895200b57ac0595300a (diff) |
Addded option to hide icons in dir browser. (Patch #728377)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3731 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
-rw-r--r-- | apps/settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h index 49f4d588f2..96c83b0879 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -177,6 +177,7 @@ struct user_settings int max_files_in_dir; /* Max entries in directory (file browser) */ int max_files_in_playlist; /* Max entries in playlist */ + bool show_icons; /* 0=hide 1=show */ }; /* prototypes */ |