Skip to content

Commit

Permalink
remove unused autofallback
Browse files Browse the repository at this point in the history
  • Loading branch information
MyDrift-user committed Feb 28, 2025
1 parent daf75a1 commit 8782aaa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
7 changes: 0 additions & 7 deletions config/appnavigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,5 @@
"Checked": false,
"Order": "2",
"Description": "Use Chocolatey for package management"
},
"autofallback": {
"Content": "Auto Fallback",
"Category": "__Package Manager",
"Checked": true,
"Order": "3",
"Description": "If the selected package manager fails, automatically switch to the other one"
}
}
6 changes: 0 additions & 6 deletions scripts/main.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,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") {
Expand Down

0 comments on commit 8782aaa

Please sign in to comment.