mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Change PWA orientation
This commit is contained in:
parent
7baba197d5
commit
650496707d
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
"name": "Koel",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"orientation": "landscape",
|
||||
"orientation": "portrait",
|
||||
"icons": [{
|
||||
"src": "/public/img/icon.png",
|
||||
"sizes": "192x192",
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit e418f59ad3af22296edf2a5eae95ad91f1d762b9
|
||||
Subproject commit cd1f19f9b210d370ba4da640d6d72f7791af5a5d
|
Loading…
Reference in a new issue