draft tab update action

This commit is contained in:
yggverse 2024-08-13 20:05:21 +03:00
parent d0d9b29285
commit 1dc6bdf7e3
2 changed files with 10 additions and 0 deletions

View File

@ -17,6 +17,11 @@ Menu::Menu()
"win.tab_append" "win.tab_append"
); );
tab->append(
_("Update"),
"tab.update"
);
// Build tab close submenu model // Build tab close submenu model
tab_close = Gio::Menu::create(); tab_close = Gio::Menu::create();

View File

@ -32,6 +32,11 @@ int main(
"<Primary>t" "<Primary>t"
); );
app->set_accel_for_action(
"tab.update",
"<Primary>r"
);
app->set_accel_for_action( app->set_accel_for_action(
"win.debug", "win.debug",
"<Primary>i" "<Primary>i"