From 91b4e403e621be70fef5871d9110f44958837594 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Kukie=C5=82a?= Date: Tue, 29 Oct 2024 11:26:15 +0100 Subject: [PATCH] feat: add MacOS fullscreen support --- app.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.json b/app.json index 00b060b9..ec616294 100644 --- a/app.json +++ b/app.json @@ -23,7 +23,8 @@ "NSLocalNetworkUsageDescription": "The app needs access to your local network to connect to your Jellyfin server.", "NSAppTransportSecurity": { "NSAllowsArbitraryLoads": true - } + }, + "UISupportsTrueScreenSizeOnMac": true }, "config": { "usesNonExemptEncryption": false