mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 19:27:56 +01:00
Hide Admin checkbox
This commit is contained in:
@@ -153,9 +153,10 @@
|
|||||||
<CheckBox
|
<CheckBox
|
||||||
Content="{x:Static props:Resources.LaunchAsAdmin}"
|
Content="{x:Static props:Resources.LaunchAsAdmin}"
|
||||||
IsChecked="{Binding LaunchesAsAdmin, Mode=TwoWay}"
|
IsChecked="{Binding LaunchesAsAdmin, Mode=TwoWay}"
|
||||||
|
Visibility="Collapsed"
|
||||||
MinWidth="10"/>
|
MinWidth="10"/>
|
||||||
<CheckBox
|
<CheckBox
|
||||||
Margin="15 0 0 0"
|
Margin="0 0 0 0"
|
||||||
Content="{x:Static props:Resources.Maximized}"
|
Content="{x:Static props:Resources.Maximized}"
|
||||||
IsChecked="{Binding Maximized, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
|
IsChecked="{Binding Maximized, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
|
||||||
MinWidth="10"
|
MinWidth="10"
|
||||||
|
|||||||
Reference in New Issue
Block a user