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") } } }