Hotfix: Change FontIcon to PathIcon/SymbolIcon for Win10 users. (#358)
* Replaced Segoe Icons with Path/Symbol * Add tooltips
This commit is contained in:
10
Wino.Core.Domain/Translator.Designer.cs
generated
10
Wino.Core.Domain/Translator.Designer.cs
generated
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user