Replace web view editor icon and tooltip.
This commit is contained in:
@@ -98,6 +98,7 @@
|
||||
"EditorToolbarOption_Insert": "Insert",
|
||||
"EditorToolbarOption_None": "None",
|
||||
"EditorToolbarOption_Options": "Options",
|
||||
"EditorTooltip_WebViewEditor": "Use web view editor",
|
||||
"ElementTheme_Dark": "Dark mode",
|
||||
"ElementTheme_Default": "Use system setting",
|
||||
"ElementTheme_Light": "Light mode",
|
||||
|
||||
530
Wino.Core.Domain/Translator.Designer.cs
generated
530
Wino.Core.Domain/Translator.Designer.cs
generated
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -331,8 +331,8 @@
|
||||
<AppBarToggleButton
|
||||
x:Name="WebviewToolBarButton"
|
||||
Click="WebViewToggleButtonClicked"
|
||||
Label="Webview ToolBar"
|
||||
ToolTipService.ToolTip="Webview ToolBar">
|
||||
Label="{x:Bind domain:Translator.EditorTooltip_WebViewEditor}"
|
||||
ToolTipService.ToolTip="{x:Bind domain:Translator.EditorTooltip_WebViewEditor}">
|
||||
<AppBarToggleButton.Icon>
|
||||
<PathIcon Data="{StaticResource WebviewToolBarPathIcon}" />
|
||||
</AppBarToggleButton.Icon>
|
||||
|
||||
Reference in New Issue
Block a user