better back/forward navigation

This commit is contained in:
zadam
2020-03-08 17:17:18 +01:00
parent 5f4d963580
commit 493d088d80
4 changed files with 23 additions and 23 deletions

View File

@@ -180,6 +180,10 @@ if (utils.isElectron()) {
});
}
if (items.length === 0) {
return;
}
contextMenu.show({
x: params.x,
y: params.y,