mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
Use any
orientation for web app manifest.
This commit is contained in:
parent
1758af9a1d
commit
d6bf5b0e78
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class MetadataController < ApplicationController
|
||||||
name: SiteSetting.title,
|
name: SiteSetting.title,
|
||||||
short_name: SiteSetting.title,
|
short_name: SiteSetting.title,
|
||||||
display: 'standalone',
|
display: 'standalone',
|
||||||
orientation: 'portrait',
|
orientation: 'any',
|
||||||
start_url: "#{Discourse.base_uri}/",
|
start_url: "#{Discourse.base_uri}/",
|
||||||
background_color: "##{ColorScheme.hex_for_name('secondary')}",
|
background_color: "##{ColorScheme.hex_for_name('secondary')}",
|
||||||
theme_color: "##{ColorScheme.hex_for_name('header_background')}",
|
theme_color: "##{ColorScheme.hex_for_name('header_background')}",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue