mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-20 06:33:26 +02:00
Version 2.4.1 - performance improvements, small bug fixes, graphs
This commit is contained in:
@@ -24,12 +24,11 @@ MainWindow
|
||||
margin: 0 0 0 0
|
||||
padding: 25 3 3 3
|
||||
opacity: 0.9
|
||||
|
||||
$mobile:
|
||||
size: 550 300
|
||||
@onEnter: modules.client_stats.toggle()
|
||||
@onEscape: modules.client_stats.toggle()
|
||||
|
||||
$mobile:
|
||||
size: 550 300
|
||||
|
||||
ScrollablePanel
|
||||
id: debugPanel
|
||||
@@ -103,7 +102,7 @@ MainWindow
|
||||
|
||||
DebugText
|
||||
id: widgetsInfo
|
||||
text: -
|
||||
text: Disabled, edit stats.lua to enable
|
||||
|
||||
DebugLabel
|
||||
!text: tr('Slow main functions')
|
||||
@@ -111,6 +110,13 @@ MainWindow
|
||||
DebugText
|
||||
id: slowMain
|
||||
text: -
|
||||
|
||||
DebugLabel
|
||||
!text: tr('Slow render functions')
|
||||
|
||||
DebugText
|
||||
id: slowRender
|
||||
text: -
|
||||
|
||||
VerticalScrollBar
|
||||
id: debugScroll
|
||||
|
Reference in New Issue
Block a user