Remove clipboard error message

This commit is contained in:
Zachary Yedidia
2020-12-16 21:35:07 -05:00
parent 3fb5a7053f
commit 4c21808c6c
2 changed files with 3 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ func Initialize(m Method) error {
case External:
err = clipboard.Initialize()
}
CurrentMethod = Internal
return err
}