From 9792f0522290cc19057cc3c99ed3c7785c0712b6 Mon Sep 17 00:00:00 2001 From: Everett Date: Sat, 22 Aug 2026 17:19:49 -0700 Subject: [PATCH] Update LaunchDeck recommendation label --- macOS/ScriptWidgetMac/App/ScriptWidgetMacApp.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macOS/ScriptWidgetMac/App/ScriptWidgetMacApp.swift b/macOS/ScriptWidgetMac/App/ScriptWidgetMacApp.swift index 16aea79..097ad4d 100644 --- a/macOS/ScriptWidgetMac/App/ScriptWidgetMacApp.swift +++ b/macOS/ScriptWidgetMac/App/ScriptWidgetMacApp.swift @@ -260,7 +260,7 @@ private struct ScriptWidgetMacSettingsView: View { Label("MyJSONDiff", systemImage: "curlybraces") } Link(destination: URL(string: "https://apps.apple.com/us/app/startmyapp-fast-app-launch/id6753610893")!) { - Label("StartMyApp", systemImage: "bolt") + Label("LaunchDeck", systemImage: "bolt") } } }