removed some old menu items
This commit is contained in:
parent
c29b01ce75
commit
12fc590b34
@ -149,23 +149,6 @@ ApplicationWindow {
|
|||||||
menuBar: MenuBar {
|
menuBar: MenuBar {
|
||||||
Menu {
|
Menu {
|
||||||
title: "File"
|
title: "File"
|
||||||
MenuItem {
|
|
||||||
text: "Import App"
|
|
||||||
shortcut: "Ctrl+o"
|
|
||||||
onTriggered: {
|
|
||||||
generalFileDialog.show(true, importApp)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
MenuItem {
|
|
||||||
text: "Add plugin"
|
|
||||||
onTriggered: {
|
|
||||||
generalFileDialog.show(true, function(path) {
|
|
||||||
addPlugin(path, {close: true, section: "apps"})
|
|
||||||
})
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
MenuItem {
|
MenuItem {
|
||||||
text: "New tab"
|
text: "New tab"
|
||||||
shortcut: "Ctrl+t"
|
shortcut: "Ctrl+t"
|
||||||
@ -262,18 +245,6 @@ ApplicationWindow {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Menu {
|
|
||||||
title: "GLOBAL SHORTCUTS"
|
|
||||||
visible: false
|
|
||||||
MenuItem {
|
|
||||||
visible: false
|
|
||||||
shortcut: "Ctrl+l"
|
|
||||||
onTriggered: {
|
|
||||||
url.focus = true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
statusBar: StatusBar {
|
statusBar: StatusBar {
|
||||||
|
@ -380,9 +380,6 @@ Rectangle {
|
|||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
webview.runJavaScript(eth.readFile("bignumber.min.js"));
|
|
||||||
webview.runJavaScript(eth.readFile("ethereum.js/dist/ethereum.js"));
|
|
||||||
|
|
||||||
var cleanTitle = webview.url.toString()
|
var cleanTitle = webview.url.toString()
|
||||||
var matches = cleanTitle.match(/^[a-z]*\:\/\/([^\/?#]+)(?:[\/?#]|$)/i);
|
var matches = cleanTitle.match(/^[a-z]*\:\/\/([^\/?#]+)(?:[\/?#]|$)/i);
|
||||||
var domain = matches && matches[1];
|
var domain = matches && matches[1];
|
||||||
|
Loading…
Reference in New Issue
Block a user