Commit 0b24575b authored by jakkree kongpha's avatar jakkree kongpha

jakkree

parent f0a74edc
import { app, BrowserWindow } from "electron";
let win = null;
let win: BrowserWindow | null = null;
function createWindow() {
win = new BrowserWindow({ width: 500, height: 400 });
......
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