Multiple fixes
- Fixed pwa location in manifest.json - made database generator check the .env for location rather than runtime attribute - fixed dark mode preference based on cookie/browser preference - changed to socketio.sleep for compatibility
This commit is contained in:
parent
419eed375c
commit
f95ecc78d4
4 changed files with 13 additions and 10 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"name": "Jukebox Remote",
|
||||
"short_name": "Jukebox Remote",
|
||||
"description": "Controller for the PartyJukebox server app.",
|
||||
"start_url": "index.html",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#eeeeee",
|
||||
"theme_color": "#eeeeee",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue