Compare commits

..

1 Commits

Author SHA1 Message Date
MyDrift
39f701bc51
Merge e0e8daf4e2 into ce1ef2a519 2024-11-01 12:20:01 -05:00
12 changed files with 45 additions and 51 deletions

View File

@ -149,12 +149,6 @@ 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") {