Clear badge when opening app

This commit is contained in:
Jon Staab
2025-06-27 09:41:30 -07:00
parent 37d52ba35f
commit fd42a0e8d4
6 changed files with 22 additions and 13 deletions
+4
View File
@@ -15,6 +15,10 @@ const config: CapacitorConfig = {
style: "DARK",
resizeOnFullScreen: true,
},
Badge: {
persist: true,
autoClear: true
},
},
// Use this for live reload https://capacitorjs.com/docs/guides/live-reload
// server: {