mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-09 16:53:36 -05:00
Fixed app to portrait only mode for the time being
This commit is contained in:
parent
38157ae14b
commit
95a7ee405d
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ export default defineConfig({
|
|||
description: isNightly ? "Early preview builds of Revolt." : "User-first, privacy-focused chat platform.",
|
||||
categories: ["messaging"],
|
||||
start_url: "/",
|
||||
orientation: "any",
|
||||
orientation: "portrait",
|
||||
display: "standalone",
|
||||
background_color: "#101823",
|
||||
theme_color: "#101823",
|
||||
|
|
Loading…
Reference in a new issue