mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
Fixed app to portrait only mode for the time being
This commit is contained in:
@@ -54,7 +54,7 @@ export default defineConfig({
|
|||||||
description: isNightly ? "Early preview builds of Revolt." : "User-first, privacy-focused chat platform.",
|
description: isNightly ? "Early preview builds of Revolt." : "User-first, privacy-focused chat platform.",
|
||||||
categories: ["messaging"],
|
categories: ["messaging"],
|
||||||
start_url: "/",
|
start_url: "/",
|
||||||
orientation: "any",
|
orientation: "portrait",
|
||||||
display: "standalone",
|
display: "standalone",
|
||||||
background_color: "#101823",
|
background_color: "#101823",
|
||||||
theme_color: "#101823",
|
theme_color: "#101823",
|
||||||
|
|||||||
Reference in New Issue
Block a user