mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 09:46:54 +02:00
[Runner]Add 'Quick Access' menu entry to the tray icon (#30087)
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
|
||||
<Grid Padding="36,32,36,0">
|
||||
<TextBlock
|
||||
x:Uid="ShortcutsTxt"
|
||||
x:Uid="QuickAccessTxt"
|
||||
VerticalAlignment="Center"
|
||||
Style="{StaticResource BodyStrongTextBlockStyle}" />
|
||||
<Button
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user