From 7c1128ddb54e203f03351a1cf535247b0661ad65 Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Thu, 11 Jun 2026 14:15:35 +0800 Subject: [PATCH] Fix settings window content sizing --- src/Apptag/Info.plist | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Apptag/Info.plist b/src/Apptag/Info.plist index dbe7ddb..ce09179 100644 --- a/src/Apptag/Info.plist +++ b/src/Apptag/Info.plist @@ -25,7 +25,7 @@ <key>LSApplicationCategoryType</key> <string>public.app-category.utilities</string> <key>LSMinimumSystemVersion</key> - <string>15.0</string> + <string>14.0</string> <key>LSMultipleInstancesProhibited</key> <true/> <key>LSUIElement</key> -- Gitblit v1.9.3