Update crsclock.js

master
spycat111 2025-06-12 19:41:12 +02:00 committed by GitHub
parent c058fdf744
commit 8593a182e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -777,6 +777,7 @@ const menuOpts = {
"Export Data": exportData, "Export Data": exportData,
"Theme": setTheme, "Theme": setTheme,
"About": showAbout, "About": showAbout,
"Go to Launcher": () => Bangle.showLauncher(),
"Reset All Data": confirmResetAllData, "Reset All Data": confirmResetAllData,
"Exit": () => Bangle.showClock() "Exit": () => Bangle.showClock()
}; };