Export LaunchClipClearProcess; use more reliable method to manipulate os.Args for GUI clients

This commit is contained in:
2024-12-21 16:05:04 -05:00
parent 3b57d59ddc
commit f9aa2fc374
5 changed files with 13 additions and 11 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ func copyString(continuous bool, copySubject string) {
}
if !continuous {
launchClipClearProcess(copySubject, isWayland)
LaunchClipClearProcess(copySubject, isWayland)
}
}