Skip to content

Commit

Permalink
needs fix for Windows 11 clipboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Icehunter committed Jun 29, 2021
1 parent 18a464f commit 82c1129
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion XIVLOG/ViewModels/HomeTabItemViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public HomeTabItemViewModel() {
return;
}
Clipboard.SetText(result.Translated);
Clipboard.SetDataObject(result.Translated, true);
HomeTabItem.Instance.ManualTranslate.Text = result.Translated;
});
}
Expand Down
2 changes: 1 addition & 1 deletion XIVLOG/XIVLOG.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Company>SyndicatedLife</Company>
<Copyright>Copyright © 2007 - 2021 Ryan Wilson</Copyright>
<Version>1.0.0</Version>
<FileVersion>1.0.0.4</FileVersion>
<FileVersion>1.0.0.5</FileVersion>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>

Expand Down

0 comments on commit 82c1129

Please sign in to comment.