We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab3aef commit c97a37fCopy full SHA for c97a37f
1 file changed
client.lua
@@ -1,11 +1,11 @@
1
local web = CreateWebUI(0, 0, 0, 0, 1, 16)
2
SetWebAlignment(web, 0, 0)
3
SetWebAnchors(web, 0, 0, 1, 1)
4
-SetWebURL(web, "http://asset/dialogui/dialog.html")
+SetWebURL(web, "http://asset/"..GetPackageName().."/dialog.html")
5
local nextId = 1
6
local dialogs = {}
7
local lastOpened = -1
8
-local globalTheme = "default-dark"
+local globalTheme = "themes/default-dark.css"
9
function createDialog(title, text, ...)
10
local id = nextId
11
nextId = nextId + 1
0 commit comments