From 98c6ea444a55767ec255e7089eb127fa2436de85 Mon Sep 17 00:00:00 2001 From: crieke Date: Mon, 13 Apr 2026 04:34:32 +0200 Subject: [PATCH] version bump --- QPKG/qpkg.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/QPKG/qpkg.cfg b/QPKG/qpkg.cfg index 428ed5a..c55c4fe 100644 --- a/QPKG/qpkg.cfg +++ b/QPKG/qpkg.cfg @@ -3,7 +3,7 @@ QPKG_NAME="RoonServer" # Name of the display application. QPKG_DISPLAY_NAME="Roon Server" # Version of the packaged application. -QPKG_VER="2026-04-12" +QPKG_VER="2026-04-13" # Author or maintainer of the package QPKG_AUTHOR="Christopher Rieke" # License for the packaged application @@ -45,7 +45,7 @@ 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="" +QPKG_DESKTOP_APP_WIN_WIDTH="500" # Desktop Application Window default inner height (since 4.1) (not over 600) QPKG_DESKTOP_APP_WIN_HEIGHT="600"