Hotfix: Change FontIcon to PathIcon/SymbolIcon for Win10 users. (#358)

* Replaced Segoe Icons with Path/Symbol

* Add tooltips
This commit is contained in:
Tiktack
2024-09-10 17:20:14 +02:00
committed by GitHub
parent 7761cf6dbe
commit 02e99066ca
5 changed files with 33 additions and 16 deletions

View File

@@ -54,6 +54,8 @@
"Buttons_Yes": "Yes",
"Buttons_Reset": "Reset",
"Buttons_Send": "Send",
"Buttons_Sync": "Synchronize",
"Buttons_Multiselect": "Select Multiple",
"Center": "Center",
"ComingSoon": "Coming soon...",
"ComposerFrom": "From: ",

View File

@@ -293,6 +293,16 @@ namespace Wino.Core.Domain
/// </summary>
public static string Buttons_Send => Resources.GetTranslatedString(@"Buttons_Send");
/// <summary>
/// Synchronize
/// </summary>
public static string Buttons_Sync => Resources.GetTranslatedString(@"Buttons_Sync");
/// <summary>
/// Select Multiple
/// </summary>
public static string Buttons_Multiselect => Resources.GetTranslatedString(@"Buttons_Multiselect");
/// <summary>
/// Center
/// </summary>