mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
Disabled rescan audio button by default
This commit is contained in:
parent
b95f7b7a47
commit
e44c2d045b
1
DisplayMagician/UIForms/ShortcutForm.Designer.cs
generated
1
DisplayMagician/UIForms/ShortcutForm.Designer.cs
generated
@ -291,6 +291,7 @@ namespace DisplayMagician.UIForms
|
||||
//
|
||||
// btn_rescan_audio
|
||||
//
|
||||
this.btn_rescan_audio.Enabled = false;
|
||||
this.btn_rescan_audio.FlatAppearance.MouseDownBackColor = System.Drawing.Color.IndianRed;
|
||||
this.btn_rescan_audio.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Brown;
|
||||
this.btn_rescan_audio.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
|
@ -1466,6 +1466,7 @@ namespace DisplayMagician.UIForms
|
||||
if (_loadedShortcut)
|
||||
_isUnsaved = true;
|
||||
cb_audio_device.Enabled = false;
|
||||
btn_rescan_audio.Enabled = false;
|
||||
}
|
||||
}
|
||||
|
||||
@ -1476,6 +1477,7 @@ namespace DisplayMagician.UIForms
|
||||
if (_loadedShortcut)
|
||||
_isUnsaved = true;
|
||||
cb_audio_device.Enabled = true;
|
||||
btn_rescan_audio.Enabled = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user