Commit a61176c8 authored by Supharoek Sudadet's avatar Supharoek Sudadet

Select topic 2 project

parent f12e8a66
Project/assets/icons/png/bmi.png

27.4 KB | W: | H:

Project/assets/icons/png/bmi.png

67.6 KB | W: | H:

Project/assets/icons/png/bmi.png
Project/assets/icons/png/bmi.png
Project/assets/icons/png/bmi.png
Project/assets/icons/png/bmi.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -5,7 +5,8 @@ const url = require('url')
let win
function createWindow() {
win = new BrowserWindow({width: 800, height: 600})
const appIcon = new Tray('/assets/icons/png/bmi.png')
win = new BrowserWindow({width: 800, height: 600, icon: '/assets/icons/png/bmi.png'})
win.loadURL(
url.format({
pathname: path.join(__dirname, 'index.html'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment