mirror of
https://github.com/Stone-Red-Code/ClipCMD.git
synced 2026-09-04 00:46:10 +02:00
Fix auto type not stopping when auto paste enabled
This commit is contained in:
@@ -123,7 +123,7 @@ public class ClipCmdCommandHandler(Window window)
|
||||
await Output("Command not found!");
|
||||
}
|
||||
|
||||
if (Settings.Current.Mode != ClipCmdMode.Clipboard && !Settings.Current.AutoPaste)
|
||||
if (Settings.Current.Mode != ClipCmdMode.Clipboard || Settings.Current.AutoPaste)
|
||||
{
|
||||
await clipboard.ClearAsync();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user