mirror of
https://github.com/edubart/otclient.git
synced 2025-05-02 10:39:21 +02:00
Fixed terminal size bug
This commit is contained in:
parent
f334a03397
commit
d45fbcb10f
@ -224,7 +224,7 @@ function toggle()
|
|||||||
if not firstShown then
|
if not firstShown then
|
||||||
local settings = g_settings.getNode('terminal-window')
|
local settings = g_settings.getNode('terminal-window')
|
||||||
if settings then
|
if settings then
|
||||||
if settings.size then oldSize = size end
|
if settings.size then oldSize = settings.size end
|
||||||
if settings.pos then oldPos = settings.pos end
|
if settings.pos then oldPos = settings.pos end
|
||||||
if settings.poped then popWindow() end
|
if settings.poped then popWindow() end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user