moved
This commit is contained in:
		
							parent
							
								
									ed7e05fb2a
								
							
						
					
					
						commit
						a153b47c2b
					
				| @ -59,7 +59,8 @@ Rectangle { | ||||
|     } | ||||
| 
 | ||||
|     Component.onCompleted: { | ||||
|         webview.url = "http://etherian.io" | ||||
|         //webview.url = "http://etherian.io" | ||||
| 	webview.url = "file:///Users/jeffrey/test.html" | ||||
|     } | ||||
| 
 | ||||
|     signal messages(var messages, int id); | ||||
| @ -45,7 +45,7 @@ ApplicationWindow { | ||||
| 	// Takes care of loading all default plugins | ||||
| 	Component.onCompleted: { | ||||
| 		var wallet = addPlugin("./views/wallet.qml", {noAdd: true, close: false, section: "ethereum", active: true}); | ||||
| 		var browser = addPlugin("./webapp.qml", {noAdd: true, close: false, section: "ethereum", active: true}); | ||||
| 		var browser = addPlugin("./browser.qml", {noAdd: true, close: false, section: "ethereum", active: true}); | ||||
| 		root.browser = browser; | ||||
| 		addPlugin("./views/miner.qml", {noAdd: true, close: false, section: "ethereum", active: true}); | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user