remove dimension settings

This commit is contained in:
crieke
2026-04-13 05:40:30 +02:00
parent 87e8890c36
commit 27a4d7d46b

View File

@@ -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"