mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 19:57:57 +01:00
[EnvVar]Do not allow Edit/Remove system var if not running elevated (#29333)
This commit is contained in:
@@ -53,7 +53,10 @@
|
|||||||
</StackPanel>
|
</StackPanel>
|
||||||
</controls:SettingsCard.Description>
|
</controls:SettingsCard.Description>
|
||||||
|
|
||||||
<Button Content="{ui:FontIcon Glyph=}" Style="{StaticResource SubtleButtonStyle}">
|
<Button
|
||||||
|
Content="{ui:FontIcon Glyph=}"
|
||||||
|
IsEnabled="{x:Bind IsEditable}"
|
||||||
|
Style="{StaticResource SubtleButtonStyle}">
|
||||||
<Button.Flyout>
|
<Button.Flyout>
|
||||||
<MenuFlyout>
|
<MenuFlyout>
|
||||||
<MenuFlyoutItem
|
<MenuFlyoutItem
|
||||||
|
|||||||
Reference in New Issue
Block a user