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.
1 parent 18a464f commit 82c1129Copy full SHA for 82c1129
XIVLOG/ViewModels/HomeTabItemViewModel.cs
@@ -47,7 +47,7 @@ public HomeTabItemViewModel() {
47
return;
48
}
49
50
- Clipboard.SetText(result.Translated);
+ Clipboard.SetDataObject(result.Translated, true);
51
HomeTabItem.Instance.ManualTranslate.Text = result.Translated;
52
});
53
XIVLOG/XIVLOG.csproj
@@ -9,7 +9,7 @@
9
<Company>SyndicatedLife</Company>
10
<Copyright>Copyright © 2007 - 2021 Ryan Wilson</Copyright>
11
<Version>1.0.0</Version>
12
- <FileVersion>1.0.0.4</FileVersion>
+ <FileVersion>1.0.0.5</FileVersion>
13
<ApplicationManifest>app.manifest</ApplicationManifest>
14
</PropertyGroup>
15
0 commit comments