mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 19:44:54 +02:00
Buttons for client options
This commit is contained in:
@@ -284,3 +284,7 @@ end
|
||||
function addTab(name, panel, icon)
|
||||
optionsTabBar:addTab(name, panel, icon)
|
||||
end
|
||||
|
||||
function addButton(name, func, icon)
|
||||
optionsTabBar:addButton(name, func, icon)
|
||||
end
|
||||
|
Reference in New Issue
Block a user