disable the portable button

This commit is contained in:
Hongtao Zhang 2024-06-19 12:41:51 -05:00
parent 11340d90d7
commit 0c46da1850

View file

@ -161,6 +161,7 @@
Sub="{DynamicResource portableModeToolTIp}">
<ui:ToggleSwitch
IsOn="{Binding PortableMode}"
IsEnabled="False"
OffContent="{DynamicResource disable}"
OnContent="{DynamicResource enable}" />
</cc:Card>