Fix save and quit prompt

This commit is contained in:
Zachary Yedidia
2017-10-04 12:11:20 -04:00
parent ac3de065d9
commit 3116b082d8

View File

@@ -212,6 +212,8 @@ func (v *View) CanClose() bool {
if choice {
v.Save(true)
}
} else {
return false
}
}
return true