mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +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:
@@ -26,3 +26,7 @@ Panel
|
||||
OptionCheckBox
|
||||
id: showPrivateMessagesInConsole
|
||||
!text: tr('Show private messages in console')
|
||||
|
||||
OptionCheckBox
|
||||
id: showPrivateMessagesOnScreen
|
||||
!text: tr('Show private messages on screen')
|
||||
|
@@ -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