summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2026-05-02 20:23:21 +0300
committerAsko Nõmm <asko@nmm.ee>2026-05-02 20:24:26 +0300
commita5024b35f61cf58c01a0731b9d1ca8adf872b0a8 (patch)
tree9c6ab792ba9821ee63d7013a86dbe57889ab6be5 /Cargo.lock
parent7a01ab83f3f8db5538fdf76dad8f6c5eee805e64 (diff)
Fix Chrome notifications not matching due to space vs hyphen in app nameHEADmaster
Normalize separators (hyphens, spaces, underscores) during pattern matching so that Chrome's app_name "Google Chrome" matches KWin's desktopFile "google-chrome".
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b35a84c..d5bab30 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -146,7 +146,7 @@ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
[[package]]
name = "plasma-task-manager-notifications"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
"env_logger",
"libc",