From c992a5929562434a8b0482ec7389cb7f70d20bb7 Mon Sep 17 00:00:00 2001
From: Ariver <ar@MacBook-Air.local>
Date: Wed, 06 May 2026 18:49:16 +0800
Subject: [PATCH] checkpoint: v3.1.5 — 第一二行间距加大12px
---
Apptag/ApptagApp.swift | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Apptag/ApptagApp.swift b/Apptag/ApptagApp.swift
index 2371333..d931a67 100644
--- a/Apptag/ApptagApp.swift
+++ b/Apptag/ApptagApp.swift
@@ -455,6 +455,7 @@
Toggle("Hide app names", isOn: $hideAppNames)
}
}
+ .padding(.bottom, 12)
Section {
LabeledContent("App list style:") {
--
Gitblit v1.9.3