mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 19:44:54 +02:00
Topmenu fix
* Will no longer duplicate topmenu buttons (no need to destroy in the module now) * Menu items will no longer change position when reloaded.
This commit is contained in:
@@ -119,15 +119,11 @@ function terminate()
|
||||
g_keyboard.unbindKeyDown('Ctrl+Shift+F')
|
||||
optionsWindow:destroy()
|
||||
optionsWindow = nil
|
||||
optionsButton:destroy()
|
||||
optionsButton = nil
|
||||
optionsTabBar = nil
|
||||
generalPanel = nil
|
||||
consolePanel = nil
|
||||
graphicsPanel = nil
|
||||
audioPanel = nil
|
||||
audioButton:destroy()
|
||||
audioButton = nil
|
||||
end
|
||||
|
||||
function toggle()
|
||||
|
Reference in New Issue
Block a user