Version 2.4.1 - performance improvements, small bug fixes, graphs

This commit is contained in:
OTCv8
2020-06-22 02:07:53 +02:00
parent 82018bf3c9
commit 1729e7d635
11 changed files with 48 additions and 25 deletions

View File

@@ -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