diff --git a/scripts/main.ps1 b/scripts/main.ps1 index 54326bdc..a04337bc 100644 --- a/scripts/main.ps1 +++ b/scripts/main.ps1 @@ -149,6 +149,12 @@ if (Test-Path $ChocoPreferencePath) { $sync.ChocoRadioButton.IsChecked = $true } +$sync.autofallback.IsEnabled = $false +$sync.autofallback.Opacity = 0.5 +$sync.autofallback.ToolTip = "This feature is currently under development." + +[System.Windows.Controls.ToolTipService]::SetShowOnDisabled($sync.autofallback, $true) + $sync.keys | ForEach-Object { if($sync.$psitem) { if($($sync["$psitem"].GetType() | Select-Object -ExpandProperty Name) -eq "ToggleButton") {