Fix #218
This commit is contained in:
@ -187,7 +187,7 @@ class PreferencesWindowController: NSWindowController
|
|||||||
}
|
}
|
||||||
|
|
||||||
func updateProfileBoxVisible() {
|
func updateProfileBoxVisible() {
|
||||||
if profileMgr.profiles.count <= 1 {
|
if profileMgr.profiles.count <= 0 {
|
||||||
removeButton.isEnabled = false
|
removeButton.isEnabled = false
|
||||||
}else{
|
}else{
|
||||||
removeButton.isEnabled = true
|
removeButton.isEnabled = true
|
||||||
|
Reference in New Issue
Block a user