1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00

Fixed boolean type

This commit is contained in:
Michael Hollister 2024-12-18 12:50:36 -06:00
parent fcdc4f90cf
commit 7091e11504

View file

@ -10,5 +10,5 @@
"largeIcon": "assets/icons/largeIcon.png", "largeIcon": "assets/icons/largeIcon.png",
"iconColor": "#0a62f5", "iconColor": "#0a62f5",
"splashBackground": "assets/images/splash.png", "splashBackground": "assets/images/splash.png",
"disableBackHistoryAPI": "true" "disableBackHistoryAPI": true
} }