Skip to content

Commit c97a37f

Browse files
authored
Update client.lua
1 parent 1ab3aef commit c97a37f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

client.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
local web = CreateWebUI(0, 0, 0, 0, 1, 16)
22
SetWebAlignment(web, 0, 0)
33
SetWebAnchors(web, 0, 0, 1, 1)
4-
SetWebURL(web, "http://asset/dialogui/dialog.html")
4+
SetWebURL(web, "http://asset/"..GetPackageName().."/dialog.html")
55
local nextId = 1
66
local dialogs = {}
77
local lastOpened = -1
8-
local globalTheme = "default-dark"
8+
local globalTheme = "themes/default-dark.css"
99
function createDialog(title, text, ...)
1010
local id = nextId
1111
nextId = nextId + 1

0 commit comments

Comments
 (0)