Multiswipe menu: return to item page when going up from submenu (#8474)

pull/8477/head
yparitcher 2 years ago committed by GitHub
parent 3a7cba38c2
commit 1b2b4da9e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -243,6 +243,7 @@ function Gestures:genSubItem(ges, separator, hold_callback)
sub_item_table_func = function() return self:genMenu(ges) end,
separator = separator,
hold_callback = hold_callback,
menu_item_id = ges,
}
end

Loading…
Cancel
Save