From d13e673115da89982bc29d1868b022afc062b801 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sun, 24 May 2026 13:54:28 +0800
Subject: [PATCH] Add automatic language mode and localized help menu
---
Apptag/EditModeViews.swift | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Apptag/EditModeViews.swift b/Apptag/EditModeViews.swift
index b64956d..aca3c77 100644
--- a/Apptag/EditModeViews.swift
+++ b/Apptag/EditModeViews.swift
@@ -249,7 +249,7 @@
.offset(x: 6, y: -6)
}
- Text(app.name)
+ Text(app.displayName)
.font(.system(size: 11, weight: .medium))
.lineLimit(1)
.truncationMode(.tail)
--
Gitblit v1.9.3