Skip to content

Commit

Permalink
Merge pull request #12 from Nigh/web_gui
Browse files Browse the repository at this point in the history
Web gui
  • Loading branch information
Nigh authored Jul 25, 2023
2 parents 7cc889d + bef9e10 commit e331148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Binary file removed iwck.exe
Binary file not shown.
10 changes: 2 additions & 8 deletions main.ahk
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@

;@Ahk2Exe-AddResource *10 %A_ScriptDir%\html\index.html
#Requires AutoHotkey v2.0
#NoTrayIcon
#MaxThreadsPerHotkey 1
#Include ./web_gui/Neutron.ahk

class donothing {
Call() {
return
}
}

block:=0
InHook := InputHook("M L16")
InHook.VisibleNonText := False
title := "iwck"
neutron := NeutronWindow().Load(".\html\index.html")
neutron := NeutronWindow().Load("index.html")
.Opt("-Resize")
.OnEvent("Close", (neutron) => ExitApp())
.Show("w350 h247", title)
Expand Down

0 comments on commit e331148

Please sign in to comment.