File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
multicore-sys-monitor@ccadeptic23/files/multicore-sys-monitor@ccadeptic23 Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -298,8 +298,6 @@ class MCSM extends Applet.IconApplet {
298298 this . graphArea . width = 1 ;
299299 this . graphArea . height = this . panelHeight * global . ui_scale ;
300300
301- this . graphArea . connect ( 'repaint' , ( area ) => this . onGraphRepaint ( area ) ) ;
302-
303301 this . multiCpuGraph = new Graphs . GraphVBars ( this . graphArea , this ) ;
304302 this . memoryGraph = new Graphs . GraphPieChart ( this . graphArea , this ) ;
305303 this . swapGraph = new Graphs . GraphVBars ( this . graphArea , this ) ;
@@ -319,6 +317,7 @@ class MCSM extends Applet.IconApplet {
319317 this . diskUsageGraph = new Graphs . GraphPieChart ( this . graphArea , this ) ;
320318
321319 this . actor . add_actor ( this . graphArea ) ;
320+ this . graphArea . connect ( 'repaint' , ( area ) => this . onGraphRepaint ( area ) ) ;
322321 }
323322
324323 set_panelHeight ( ) {
Original file line number Diff line number Diff line change 1+ ### v3.1.5~ 20251029
2+ * Avoids freeze at startup.
3+ * Fixes [ #7898 ] ( https://github.com/linuxmint/cinnamon-spices-applets/issues/7898 )
4+
15### v3.1.4~ 20251021
26 * Avoids random freezes.
37 * Fixes [ #7898 ] ( https://github.com/linuxmint/cinnamon-spices-applets/issues/7898 )
Original file line number Diff line number Diff line change 11{
22 "uuid" : " multicore-sys-monitor@ccadeptic23" ,
33 "name" : " Multi-Core System Monitor" ,
4- "version" : " 3.1.4 " ,
4+ "version" : " 3.1.5 " ,
55 "description" : " Displays in realtime the cpu usage for each core/cpu and overall memory usage." ,
66 "multiversion" : true ,
77 "cinnamon-version" : [
You can’t perform that action at this time.
0 commit comments