mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-16 23:27:35 +00:00
12 lines
293 B
Lua
12 lines
293 B
Lua
list.Set("DesktopWindows", "GmodIntegration:DesktopWindows", {
|
|
icon = "gmod_integration/logo_context.png",
|
|
title = "GM Integration",
|
|
width = 960,
|
|
height = 700,
|
|
onewindow = true,
|
|
init = function(icon, window)
|
|
window:Close()
|
|
gmInte.openAdminConfig()
|
|
end
|
|
}
|
|
) |