Replace web view editor icon and tooltip.

This commit is contained in:
Burak Kaan Köse
2024-07-07 19:57:07 +02:00
parent dab51bef7b
commit 8e03f26fb5
4 changed files with 533 additions and 4 deletions

View File

@@ -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",

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -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>