We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3aff65 + 12451a2 commit 1729a64Copy full SHA for 1729a64
src/App.axaml.cs
@@ -208,8 +208,8 @@ public static async void CopyText(string data)
208
{
209
if (Current?.ApplicationLifetime is IClassicDesktopStyleApplicationLifetime desktop)
210
211
- if (desktop.MainWindow?.Clipboard is { } clipbord)
212
- await clipbord.SetTextAsync(data);
+ if (desktop.MainWindow?.Clipboard is { } clipboard)
+ await clipboard.SetTextAsync(data);
213
}
214
215
0 commit comments