1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-10-29 23:12:39 +01:00

Fixed: Use widely supported display mode for PWA

This commit is contained in:
Cuki 2024-04-06 08:08:08 +02:00 committed by GitHub
parent 7776ec9955
commit 1562d3bae3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,5 +15,5 @@
"start_url": "../../../../",
"theme_color": "#3a3f51",
"background_color": "#3a3f51",
"display": "minimal-ui"
"display": "standalone"
}