fix(gtk): confirm tab close on close_tab action

This commit is contained in:
Gabriel Holodak
2025-01-16 18:42:33 -05:00
parent a185ce317b
commit 85b1cfa44f

View File

@ -579,7 +579,7 @@ fn closeTab(_: *App, target: apprt.Target) !void {
return;
};
tab.window.closeTab(tab);
tab.closeWithConfirmation();
},
}
}