IMPR: standalone display mode to display Android status bar

This commit is contained in:
Tony Air 2021-01-13 22:28:47 +07:00
parent fc8718140b
commit bb9403844a
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class ManifestController extends Controller
'permissions' => [
'gcm',
],
'display' => 'fullscreen',
'display' => 'standalone',
'background_color' => $cfg->get('background'),
'theme_color' => $cfg->get('background'),
'orientation' => 'portrait-primary',