mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-05-12 11:43:16 -04:00
plugins: playing time: adjust error message, keep theme enabled
Replace generic error message with voiced info about the number of tracks skipped Change-Id: I334fac447eeef2eb5c0d302675b98027b01b09d0
This commit is contained in:
parent
4e211b55f9
commit
fe690dfa20
3 changed files with 17 additions and 15 deletions
|
|
@ -886,6 +886,7 @@ int plugin_load(const char* plugin, const void* parameter)
|
|||
/* for some plugins, the SBS can be left enabled */
|
||||
const char *sepch = strrchr(plugin, PATH_SEPCH);
|
||||
bool theme_enabled = sepch && (!strcmp("properties.rock", sepch + 1) ||
|
||||
!strcmp("playing_time.rock", sepch + 1) ||
|
||||
!strcmp("main_menu_config.rock", sepch + 1) ||
|
||||
!strcmp("disktidy.rock", sepch + 1));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue