[Runner]Add 'Quick Access' menu entry to the tray icon (#30087)

This commit is contained in:
pekvasnovsky
2024-03-15 23:31:43 +01:00
committed by GitHub
parent efe88a2f41
commit f5797a065a
6 changed files with 26 additions and 6 deletions

View File

@@ -40,7 +40,7 @@
<Grid Padding="36,32,36,0">
<TextBlock
x:Uid="ShortcutsTxt"
x:Uid="QuickAccessTxt"
VerticalAlignment="Center"
Style="{StaticResource BodyStrongTextBlockStyle}" />
<Button

View File

@@ -3804,8 +3804,8 @@ Activate by holding the key for the character you want to add an accent to, then
<data name="SettingsTooltip.Text" xml:space="preserve">
<value>Settings</value>
</data>
<data name="ShortcutsTxt.Text" xml:space="preserve">
<value>Shortcuts</value>
<data name="QuickAccessTxt.Text" xml:space="preserve">
<value>Quick access</value>
</data>
<data name="UpdateAvailable.Title" xml:space="preserve">
<value>Update available</value>