From e3c2cd7ed44bb9bbbab74edee519fa66a3e0e224 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 5 Apr 2024 16:48:03 -0500 Subject: Do not actually override the UI yet Signed-off-by: Matt Strapp --- clients/www/vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clients/www') diff --git a/clients/www/vite.config.ts b/clients/www/vite.config.ts index 6fbadb8..752ed61 100644 --- a/clients/www/vite.config.ts +++ b/clients/www/vite.config.ts @@ -22,7 +22,7 @@ export default defineConfig({ short_name: 'Oracle Client', theme_color: '#3EBCC5', description: "A web-based client for the Oracle of Ages/Seasons password system", - display_override: ["window-controls-overlay", "standalone", "minimal-ui"], + display_override: ["standalone", "minimal-ui"], display: "fullscreen", icons: [ { -- cgit v1.2.3