mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-30 13:04:13 +00:00
draft tab update action
This commit is contained in:
parent
d0d9b29285
commit
1dc6bdf7e3
@ -17,6 +17,11 @@ Menu::Menu()
|
||||
"win.tab_append"
|
||||
);
|
||||
|
||||
tab->append(
|
||||
_("Update"),
|
||||
"tab.update"
|
||||
);
|
||||
|
||||
// Build tab close submenu model
|
||||
tab_close = Gio::Menu::create();
|
||||
|
||||
|
@ -32,6 +32,11 @@ int main(
|
||||
"<Primary>t"
|
||||
);
|
||||
|
||||
app->set_accel_for_action(
|
||||
"tab.update",
|
||||
"<Primary>r"
|
||||
);
|
||||
|
||||
app->set_accel_for_action(
|
||||
"win.debug",
|
||||
"<Primary>i"
|
||||
|
Loading…
x
Reference in New Issue
Block a user