Compare commits

..

No commits in common. "55140255773decc176dab3d08e9d8f9a07ad13fa" and "e0e8daf4e28707335cd5ae0f21ae89cd0ea05840" have entirely different histories.

12 changed files with 45 additions and 51 deletions

View File

@ -18,7 +18,7 @@ function Set-CategoryVisibility {
[string]$overrideState
)
switch ($overrideState) {
switch ($overrideState){
"Expand" {$state = $true}
"Collapse" {$state = $false}
default {$state = $sync.CompactView}

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") {