plugins: stopwatch: fix missing or wrong SBS title

rockbox-gerrit-noreply--- via rockbox-cvs <[email protected]>
Newsgroups gmane.comp.systems.archos.rockbox.cvs
Message-ID <[email protected]>
commit ac3999d5ab3ba3532c019ebc069e439a79422e54
Author: Christian Soffke <[email protected]>
Date:   Sat Feb 21 16:03:07 2026 +0100

    plugins: stopwatch: fix missing or wrong SBS title
    
    Change-Id: Iecdb7a3a142ee3754f25d374e71dae62dc4d5a17

diff --git a/apps/plugins/stopwatch.c b/apps/plugins/stopwatch.c
index d7ae418611..edfc37c8b7 100644
--- a/apps/plugins/stopwatch.c
+++ b/apps/plugins/stopwatch.c
@@ -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];
-- 
rockbox-cvs mailing list
[email protected]
https://lists.haxx.se/mailman/listinfo/rockbox-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.