mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
draft tab update action
This commit is contained in:
parent
d0d9b29285
commit
1dc6bdf7e3
2 changed files with 10 additions and 0 deletions
|
|
@ -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();
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue