Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
GUI 5 fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
ajh123 committed Aug 21, 2022
1 parent c6930ae commit c115ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ table.remove(args,1)
table.remove(args,1)
table.remove(args,1)
w,h = (w ~= "") and w or "25",(h ~= "") and h or "15"
local api = require("/tmp/GuiH")
local api = require("/tmp/GuiH.main")
local gui = api.create_gui(g_win)
local frame = gui.create.frame({
x=2,2,width=tonumber(w),height=tonumber(h),
Expand Down

0 comments on commit c115ce1

Please sign in to comment.