mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-01-03 11:34:54 -06:00
Compare commits
3 Commits
39f701bc51
...
4836f5f1ff
Author | SHA1 | Date | |
---|---|---|---|
|
4836f5f1ff | ||
|
5514025577 | ||
|
c46a7eaa40 |
@ -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") {
|
||||
|
Loading…
Reference in New Issue
Block a user