Skip to content

Commit

Permalink
fix(gtk): confirm tab close on close_tab action
Browse files Browse the repository at this point in the history
  • Loading branch information
keidax committed Jan 16, 2025
1 parent a185ce3 commit 85b1cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apprt/gtk/App.zig
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ fn closeTab(_: *App, target: apprt.Target) !void {
return;
};

tab.window.closeTab(tab);
tab.closeWithConfirmation();
},
}
}
Expand Down

0 comments on commit 85b1cfa

Please sign in to comment.