Skip to content

Commit

Permalink
💄 style: support multi-windows for PWA (#4334)
Browse files Browse the repository at this point in the history
Support multi-window on desktop devices
  • Loading branch information
BrandonStudio authored Oct 13, 2024
1 parent 5564623 commit 0284606
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/server/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ export class Manifest {
icons: icons.map((item) => this._getIcon(item)),
id: id,
immutable: 'true',
launch_handler: {
client_mode: ['navigate-existing', 'auto'],
},
max_age: MAX_AGE,
name: name,
orientation: 'portrait',
Expand Down

0 comments on commit 0284606

Please sign in to comment.