mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-21 13:53:11 -07:00
Setting IsEnabled to be conditional based on the AlwaysOnTop flag, (#1243)
This commit is contained in:
parent
4fafc48a6f
commit
178075d7d7
1 changed files with 1 additions and 0 deletions
|
@ -168,6 +168,7 @@
|
|||
DataContext="{x:Bind Model}"
|
||||
ExpandedModeThresholdWidth="Infinity"
|
||||
IsBackButtonVisible="Collapsed"
|
||||
IsEnabled="{x:Bind Model.IsAlwaysOnTop, Converter={StaticResource BooleanNegationConverter}, Mode=OneWay}"
|
||||
IsPaneToggleButtonVisible="{x:Bind Model.IsAlwaysOnTop, Converter={StaticResource BooleanNegationConverter}, Mode=OneWay}"
|
||||
IsSettingsVisible="False"
|
||||
ItemInvoked="OnNavItemInvoked"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue