fix(gtk): confirm tab close on close_tab action
parent
a185ce317b
commit
85b1cfa44f
|
|
@ -579,7 +579,7 @@ fn closeTab(_: *App, target: apprt.Target) !void {
|
|||
return;
|
||||
};
|
||||
|
||||
tab.window.closeTab(tab);
|
||||
tab.closeWithConfirmation();
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue