mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
Update binding
This commit is contained in:
@@ -65,7 +65,7 @@
|
|||||||
Style="{StaticResource SettingsGroupTitleStyle}"/>
|
Style="{StaticResource SettingsGroupTitleStyle}"/>
|
||||||
<ToggleSwitch x:Uid="Espresso_EnableDisplayKeepAwake"
|
<ToggleSwitch x:Uid="Espresso_EnableDisplayKeepAwake"
|
||||||
IsEnabled="{Binding IsEnabled}"
|
IsEnabled="{Binding IsEnabled}"
|
||||||
IsOn="True" />
|
IsOn="{Binding KeepDisplayOn, Mode=TwoWay}" />
|
||||||
<!--Foreground="{x:Bind Mode=OneWay, Path=ViewModel.IsEnabled, Converter={StaticResource ModuleEnabledToForegroundConverter}}"-->
|
<!--Foreground="{x:Bind Mode=OneWay, Path=ViewModel.IsEnabled, Converter={StaticResource ModuleEnabledToForegroundConverter}}"-->
|
||||||
|
|
||||||
<StackPanel Margin="{StaticResource MediumTopMargin}">
|
<StackPanel Margin="{StaticResource MediumTopMargin}">
|
||||||
|
|||||||
Reference in New Issue
Block a user