Improved UI/UX

This commit is contained in:
Devine Lu Linvega
2018-09-12 15:27:01 +12:00
parent a0ede91554
commit ce84b3115b
9 changed files with 98 additions and 91 deletions

View File

@@ -25,8 +25,7 @@
<title>Dotgrid(Icon)</title>
</head>
<body>
<div id="app">
<script>
<script>
const webFrame = require('electron').webFrame
const {dialog,app} = require('electron').remote;
const fs = require('fs');
@@ -104,9 +103,8 @@
dotgrid.controller.commit();
dotgrid.install();
dotgrid.install(document.body);
dotgrid.start();
</script>
</div>
</body>
</html>