diff options
Diffstat (limited to 'gui/devices/2560x1600')
-rw-r--r-- | gui/devices/2560x1600/res/ui.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gui/devices/2560x1600/res/ui.xml b/gui/devices/2560x1600/res/ui.xml index cb0c12e1f..12a2d5536 100644 --- a/gui/devices/2560x1600/res/ui.xml +++ b/gui/devices/2560x1600/res/ui.xml @@ -253,6 +253,15 @@ </object> <object type="text" color="%text_color%"> + <font resource="font" /> + <placement x="1650" y="55" /> + <conditions> + <condition var1="tw_no_cpu_temp" var2="0" /> + </conditions> + <text>CPU: %tw_cpu_temp% C</text> + </object> + + <object type="text" color="%text_color%"> <condition var1="tw_simulate_actions" var2="1" /> <font resource="font" /> <placement x="1100" y="55" /> |