mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 03:54:54 +02:00
Pt translations, some helper functions
This commit is contained in:
@@ -20,10 +20,6 @@ function init()
|
||||
addEvent(listModules)
|
||||
end
|
||||
|
||||
function hideButton()
|
||||
moduleManagerButton:hide()
|
||||
end
|
||||
|
||||
function terminate()
|
||||
moduleManagerWindow:destroy()
|
||||
moduleManagerWindow = nil
|
||||
@@ -32,6 +28,10 @@ function terminate()
|
||||
moduleList = nil
|
||||
end
|
||||
|
||||
function disable()
|
||||
moduleManagerButton:hide()
|
||||
end
|
||||
|
||||
function hide()
|
||||
moduleManagerWindow:hide()
|
||||
end
|
||||
|
Reference in New Issue
Block a user