mirror of
https://github.com/gmod-integration/lua.git
synced 2025-04-30 03:15:25 +00:00
11 lines
298 B
Lua
11 lines
298 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
|
|
}) |