You've already forked pigallery2
mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-07-17 01:32:29 +02:00
Update PublicRouter.ts
remove orientation for PWA to use the default
This commit is contained in:
@ -123,7 +123,9 @@ export class PublicRouter {
|
||||
},
|
||||
],
|
||||
display: 'standalone',
|
||||
orientation: 'natural',
|
||||
"categories": [
|
||||
"photo"
|
||||
],
|
||||
start_url:
|
||||
Config.Server.publicUrl === '' ? '.' : Config.Server.publicUrl,
|
||||
background_color: '#000000',
|
||||
|
Reference in New Issue
Block a user