mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 12:34:55 +02:00
show private message on screen
* disable GL blending in some situations to speedup on older hardware * fix wrap size in CachedText
This commit is contained in:
@@ -12,7 +12,8 @@ local options = { vsync = false,
|
||||
showInfoMessagesInConsole = true,
|
||||
showTimestampsInConsole = true,
|
||||
showLevelsInConsole = true,
|
||||
showPrivateMessagesInConsole = false }
|
||||
showPrivateMessagesInConsole = false,
|
||||
showPrivateMessagesOnScreen = true }
|
||||
local generalPanel
|
||||
local graphicsPanel
|
||||
|
||||
|
Reference in New Issue
Block a user