SystemMonitorTab: add network polling

This commit is contained in:
Ly-sec
2025-11-27 16:10:36 +01:00
parent 4e4a974f2c
commit 3f02b28ecc
14 changed files with 73 additions and 4 deletions
+1
View File
@@ -414,6 +414,7 @@ Singleton {
property int tempPollingInterval: 3000
property int memPollingInterval: 3000
property int diskPollingInterval: 3000
property int networkPollingInterval: 3000
property bool useCustomColors: false
property string warningColor: ""
property string criticalColor: ""