mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
fix: another defauit quit option
This commit is contained in:
parent
a9378a003d
commit
a02086ab00
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue