mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-29 05:16:29 -04:00
Fix LaunchClipClearProcess() for GUI platforms
This commit is contained in:
@@ -12,5 +12,5 @@ import (
|
||||
// copySubject can be omitted to clear the clipboard immediately and unconditionally.
|
||||
func LaunchClipClearProcess(copySubject string, isWayland bool) {
|
||||
os.Args = []string{os.Args[0], "", strconv.FormatBool(isWayland)}
|
||||
go clipClearProcess(copySubject)
|
||||
go ClipClearProcess(copySubject)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user