From 27a4d7d46b01a8c6da022bb377d7f88e8d07ee2c Mon Sep 17 00:00:00 2001 From: crieke Date: Mon, 13 Apr 2026 05:40:30 +0200 Subject: [PATCH] remove dimension settings --- QPKG/qpkg.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/QPKG/qpkg.cfg b/QPKG/qpkg.cfg index b851cdb..d8cad94 100644 --- a/QPKG/qpkg.cfg +++ b/QPKG/qpkg.cfg @@ -45,9 +45,9 @@ QPKG_USE_PROXY="1" # Set value to 1 means to open the QPKG's Web UI inside QTS desktop instead of new window. QPKG_DESKTOP_APP=1 # Desktop Application Window default inner width (since 4.1) (not over 1178) -QPKG_DESKTOP_APP_WIN_WIDTH="900" +#QPKG_DESKTOP_APP_WIN_WIDTH="900" # Desktop Application Window default inner height (since 4.1) (not over 600) -QPKG_DESKTOP_APP_WIN_HEIGHT="600" +#QPKG_DESKTOP_APP_WIN_HEIGHT="600" # Minimum QTS version requirement QTS_MINI_VERSION="4.2.0"