mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00:00
fix: fix some typos
This commit is contained in:
parent
f3aff65d03
commit
12451a21c4
1 changed files with 2 additions and 2 deletions
|
@ -208,8 +208,8 @@ namespace SourceGit
|
||||||
{
|
{
|
||||||
if (Current?.ApplicationLifetime is IClassicDesktopStyleApplicationLifetime desktop)
|
if (Current?.ApplicationLifetime is IClassicDesktopStyleApplicationLifetime desktop)
|
||||||
{
|
{
|
||||||
if (desktop.MainWindow?.Clipboard is { } clipbord)
|
if (desktop.MainWindow?.Clipboard is { } clipboard)
|
||||||
await clipbord.SetTextAsync(data);
|
await clipboard.SetTextAsync(data);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue