mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-05 22:06:23 +00:00
Using a custom logger with colors and timestamp instead of console.xxx
This commit is contained in:
@@ -248,7 +248,7 @@ NLoader {
|
||||
sizeMultiplier: 0.7
|
||||
|
||||
onClicked: {
|
||||
console.log("[NotificationHistory] Removing notification:", summary)
|
||||
Logger.log("NotificationHistory", "Removing notification:", summary)
|
||||
NotificationService.historyModel.remove(index)
|
||||
NotificationService.saveHistory()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user