mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 22:07:34 +00:00
better logo & name for context menu
This commit is contained in:
parent
48da685567
commit
8b1ecfbc3d
|
@ -313,12 +313,11 @@ function gmInte.openConfigMenu(data)
|
||||||
end
|
end
|
||||||
|
|
||||||
list.Set("DesktopWindows", "GmodIntegration:DesktopWindows", {
|
list.Set("DesktopWindows", "GmodIntegration:DesktopWindows", {
|
||||||
// use icon 'gear'
|
icon = "gmod_integration/logo.png",
|
||||||
icon = "icon16/wrench.png",
|
title = "GM Integration",
|
||||||
title = "Gmod Integration",
|
width = 960,
|
||||||
width = 32,
|
height = 700,
|
||||||
height = 32,
|
onewindow = true,
|
||||||
onewindow = true,
|
|
||||||
init = function(icon, window)
|
init = function(icon, window)
|
||||||
window:Close()
|
window:Close()
|
||||||
gmInte.openAdminConfig()
|
gmInte.openAdminConfig()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user