Reworking GUI interaction. Fixed javascript inject. Closes #132

This commit is contained in:
obscuren
2015-01-08 16:38:24 +01:00
parent b25126a277
commit ee84b20247
3 changed files with 158 additions and 100 deletions

View File

@ -59,8 +59,8 @@ ApplicationWindow {
mainSplit.setView(wallet.view, wallet.menuItem);
// Call the ready handler
gui.done();
// Command setup
gui.sendCommand(0)
}
function addViews(view, path, options) {