fix(gpu): move gpu between memory and temperature in bar
This commit is contained in:
parent
ff1644c0bd
commit
cf5581657b
1 changed files with 1 additions and 1 deletions
|
|
@ -201,13 +201,13 @@ PanelWindow {
|
|||
|
||||
// Stats
|
||||
M.BarGroup {
|
||||
M.Gpu {}
|
||||
M.Cpu {
|
||||
visible: M.Modules.cpu.enable
|
||||
}
|
||||
M.Memory {
|
||||
visible: M.Modules.memory.enable
|
||||
}
|
||||
M.Gpu {}
|
||||
M.Temperature {
|
||||
visible: M.Modules.temperature.enable
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue