+ icon to window
This commit is contained in:
BIN
assets/images/icon.png
Normal file
BIN
assets/images/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
3
main.js
3
main.js
@@ -18,7 +18,8 @@ locker.lock().then(function() {
|
|||||||
height: 800,
|
height: 800,
|
||||||
minWidth: 1100,
|
minWidth: 1100,
|
||||||
minHeight: 700,
|
minHeight: 700,
|
||||||
backgroundColor: "#000000"
|
backgroundColor: "#000000",
|
||||||
|
icon: 'assets/images/icon.png'
|
||||||
});
|
});
|
||||||
|
|
||||||
// and load the index.html of the app.
|
// and load the index.html of the app.
|
||||||
|
|||||||
Reference in New Issue
Block a user