removed VideoCTA

This commit is contained in:
Beingpax 2025-04-19 18:02:53 +05:45
parent ffa9782eec
commit 21417711e5
2 changed files with 8 additions and 8 deletions

View File

@ -6,8 +6,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/sindresorhus/KeyboardShortcuts",
"state" : {
"revision" : "7ecc38bb6edf7d087d30e737057b8d8a9b7f51eb",
"version" : "2.2.4"
"revision" : "045cf174010beb335fa1d2567d18c057b8787165",
"version" : "2.3.0"
}
},
{
@ -24,8 +24,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/sparkle-project/Sparkle",
"state" : {
"revision" : "0ef1ee0220239b3776f433314515fd849025673f",
"version" : "2.6.4"
"revision" : "0ca3004e98712ea2b39dd881d28448630cce1c99",
"version" : "2.7.0"
}
},
{

View File

@ -85,10 +85,10 @@ struct SettingsView: View {
PushToTalkKeySelector(selectedKey: $hotkeyManager.pushToTalkKey)
.padding(.vertical, 4)
VideoCTAView(
url: "https://dub.sh/shortcut",
subtitle: "Pro tip for Push-to-Talk setup"
)
Text("Quick tap the key once to start hands-free recording (tap again to stop).\nPress and hold the key for push-to-talk (release to stop recording).")
.font(.system(size: 13))
.foregroundColor(.secondary)
.fixedSize(horizontal: false, vertical: true)
}
.padding(.top, 4)
}