perf: update ui copy button

dev_deconstruction
SONGE9B3\song_pd_win11 2 years ago
parent a8a753da2d
commit 4db90f2529

Binary file not shown.

@ -48,5 +48,5 @@ using System.Windows;
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.8.0")]
[assembly: AssemblyFileVersion("0.0.8.0")]
[assembly: AssemblyFileVersion("0.1.0.0")]
[assembly: Guid("CE252DD8-179F-4544-9989-453F5DEA378D")]

@ -19,7 +19,7 @@ namespace STranslate.Properties {
// 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
// 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen
// (以 /str 作为命令选项),或重新生成 VS 项目。
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {

@ -112,7 +112,7 @@
<TextBlock Style="{StaticResource IconStyle}"
FontSize="18"
VerticalAlignment="Center"
Text="&#xe602;"
Text="&#xe600;"
Foreground="WhiteSmoke"/>
</Border>
<ControlTemplate.Triggers>
@ -134,7 +134,7 @@
<TextBlock Style="{StaticResource IconStyle}"
FontSize="18"
VerticalAlignment="Center"
Text="&#xe603;"
Text="&#xe602;"
Foreground="WhiteSmoke"/>
</Border>
<ControlTemplate.Triggers>

@ -112,7 +112,7 @@
<TextBlock Style="{StaticResource IconStyle}"
FontSize="18"
VerticalAlignment="Center"
Text="&#xe602;"
Text="&#xe600;"
Foreground="#515151"/>
</Border>
<ControlTemplate.Triggers>
@ -134,7 +134,7 @@
<TextBlock Style="{StaticResource IconStyle}"
FontSize="18"
VerticalAlignment="Center"
Text="&#xe603;"
Text="&#xe602;"
Foreground="#515151"/>
</Border>
<ControlTemplate.Triggers>

Loading…
Cancel
Save