plugins: stopwatch: fix missing or wrong SBS title

Change-Id: Iecdb7a3a142ee3754f25d374e71dae62dc4d5a17
This commit is contained in:
Christian Soffke 2026-02-21 16:03:07 +01:00 committed by Solomon Peachy
parent a70436fe8e
commit ac3999d5ab

View file

@ -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];