mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-07-10 13:29:52 -04:00
plugins: stopwatch: fix missing or wrong SBS title
Change-Id: Iecdb7a3a142ee3754f25d374e71dae62dc4d5a17
This commit is contained in:
parent
a70436fe8e
commit
ac3999d5ab
1 changed files with 3 additions and 0 deletions
|
|
@ -461,7 +461,10 @@ enum plugin_status plugin_start(const void* parameter)
|
|||
int h;
|
||||
|
||||
FOR_NB_SCREENS(i)
|
||||
{
|
||||
rb->sb_set_persistent_title("Stopwatch", Icon_NOICON, i);
|
||||
rb->viewportmanager_theme_enable(i, true, NULL);
|
||||
}
|
||||
|
||||
rb->viewport_set_defaults(&vp, SCREEN_MAIN);
|
||||
display = rb->screens[SCREEN_MAIN];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue