mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-23 19:49:17 +08:00
Hide Admin checkbox
This commit is contained in:
parent
12308babc7
commit
3036df9d7f
@ -153,9 +153,10 @@
|
||||
<CheckBox
|
||||
Content="{x:Static props:Resources.LaunchAsAdmin}"
|
||||
IsChecked="{Binding LaunchesAsAdmin, Mode=TwoWay}"
|
||||
Visibility="Collapsed"
|
||||
MinWidth="10"/>
|
||||
<CheckBox
|
||||
Margin="15 0 0 0"
|
||||
Margin="0 0 0 0"
|
||||
Content="{x:Static props:Resources.Maximized}"
|
||||
IsChecked="{Binding Maximized, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
|
||||
MinWidth="10"
|
||||
|
Loading…
Reference in New Issue
Block a user