From a255131e66318bed23018f3d6798ebb1ea33676a Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Thu, 25 Jun 2026 13:50:57 +0800
Subject: [PATCH] Freeze 8.0.2 usage tips banner
---
src/Apptag/ContentView.swift | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/Apptag/ContentView.swift b/src/Apptag/ContentView.swift
index 87ffec3..9f0743c 100644
--- a/src/Apptag/ContentView.swift
+++ b/src/Apptag/ContentView.swift
@@ -1242,6 +1242,7 @@
},
onScrollActivity: handleAppGridScrollActivity,
onDragModeChange: { setAppDragMode($0) },
+ onHideUsageTips: { hideUsageTips = true },
onUsageTipsHoverChange: handleUsageTipsHoverChange
)
}
--
Gitblit v1.9.3