fix: another defauit quit option

This commit is contained in:
XOR-op 2023-10-05 09:15:08 -04:00
parent a9378a003d
commit a02086ab00

View file

@ -113,7 +113,7 @@ impl Manager {
if self.tabs.len() > 1 {
return self.tabs.close(self.tabs.idx());
}
self.quit(tasks, true)
self.quit(tasks, false)
}
pub fn suspend(&mut self) -> bool {