mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Using a custom logger with colors and timestamp instead of console.xxx
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ Loader {
|
||||
sourceComponent: content
|
||||
|
||||
// onLoaded: {
|
||||
// console.log("[NLoader] onLoaded:", item.toString());
|
||||
// Logger.log("NLoader", "OnLoaded:", item.toString());
|
||||
// }
|
||||
onActiveChanged: {
|
||||
if (active && item && item.show) {
|
||||
|
||||
Reference in New Issue
Block a user