mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-08 06:25:37 -05:00
meta: log level re-work
This commit is contained in:
@@ -55,7 +55,7 @@ Singleton {
|
||||
|
||||
function createIdleMonitors() {
|
||||
if (!idleMonitorAvailable) {
|
||||
console.log("IdleService: IdleMonitor not available, skipping creation")
|
||||
console.info("IdleService: IdleMonitor not available, skipping creation")
|
||||
return
|
||||
}
|
||||
|
||||
@@ -149,7 +149,7 @@ Singleton {
|
||||
if (!idleMonitorAvailable) {
|
||||
console.warn("IdleService: IdleMonitor not available - power management disabled. This requires a newer version of Quickshell.")
|
||||
} else {
|
||||
console.log("IdleService: Initialized with idle monitoring support")
|
||||
console.info("IdleService: Initialized with idle monitoring support")
|
||||
createIdleMonitors()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user