Skip to content

Commit 9f8e829

Browse files
committed
Delete CopyToClipboard function in JsonRPC api
1 parent a4111ae commit 9f8e829

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Flow.Launcher.Core/Plugin/JsonRPCV2Models/JsonRPCPublicAPI.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ public void ShellRun(string cmd, string filename = "cmd.exe")
3434
_api.ShellRun(cmd, filename);
3535
}
3636

37-
public void CopyToClipboard(string text, bool directCopy = false, bool showDefaultNotification = true)
38-
{
39-
_api.CopyToClipboard(text, directCopy, showDefaultNotification);
40-
}
41-
4237
public void SaveAppAllSettings()
4338
{
4439
_api.SaveAppAllSettings();

0 commit comments

Comments
 (0)