mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
disable the portable button
This commit is contained in:
parent
11340d90d7
commit
0c46da1850
1 changed files with 1 additions and 0 deletions
|
|
@ -161,6 +161,7 @@
|
||||||
Sub="{DynamicResource portableModeToolTIp}">
|
Sub="{DynamicResource portableModeToolTIp}">
|
||||||
<ui:ToggleSwitch
|
<ui:ToggleSwitch
|
||||||
IsOn="{Binding PortableMode}"
|
IsOn="{Binding PortableMode}"
|
||||||
|
IsEnabled="False"
|
||||||
OffContent="{DynamicResource disable}"
|
OffContent="{DynamicResource disable}"
|
||||||
OnContent="{DynamicResource enable}" />
|
OnContent="{DynamicResource enable}" />
|
||||||
</cc:Card>
|
</cc:Card>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue