From 6cbd417ecc4fbd278e24bb202671b13c93064d95 Mon Sep 17 00:00:00 2001 From: josselinonduty Date: Sat, 12 Apr 2025 01:08:14 +0900 Subject: [PATCH] feat: improve responsiveness on small devices --- build/index.html | 9 +++++++++ build/main.js | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/build/index.html b/build/index.html index aa761a2..0e14653 100644 --- a/build/index.html +++ b/build/index.html @@ -4,6 +4,15 @@ Deezer +
diff --git a/build/main.js b/build/main.js index e3f2b78..d9e3185 100644 --- a/build/main.js +++ b/build/main.js @@ -3206,8 +3206,8 @@ }, windowOptions = { title: "Deezer Desktop", - minWidth: 990, - minHeight: 600, + minWidth: 450, + minHeight: 450, icon: external_electron_namespaceObject.nativeImage.createFromPath( getAppIcon(external_electron_namespaceObject.app) ), -- 2.43.0