mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
rbutil: Enable themes install depending on theme selection.
Don't store the "Install Themes" option. Automatically enable themes installation if the themes selection has at least one entry selected instead. Change-Id: Ib46e8b53b0204555b79dea51545dd7c380f003ff
This commit is contained in:
parent
62108a9613
commit
37a60d5461
6 changed files with 17 additions and 41 deletions
|
|
@ -45,7 +45,6 @@ const static struct {
|
|||
{ RbSettings::BackupPath, "backuppath", "" },
|
||||
{ RbSettings::InstallRockbox, "install_rockbox", "true" },
|
||||
{ RbSettings::InstallFonts, "install_fonts", "true" },
|
||||
{ RbSettings::InstallThemes, "install_themes", "false" },
|
||||
{ RbSettings::InstallPluginData, "install_plugin_data", "true" },
|
||||
{ RbSettings::InstallVoice, "install_voice", "false" },
|
||||
{ RbSettings::InstallManual, "install_manual", "false" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue