fix(frecency): warn+disable instead of cwd fallback when XDG unavailable

This commit is contained in:
2026-03-15 19:55:52 +01:00
parent 574c355f82
commit b68aef83ba
2 changed files with 9 additions and 5 deletions

View File

@@ -13,6 +13,7 @@ k-launcher-kernel = { path = "../../k-launcher-kernel" }
serde = { workspace = true }
serde_json = "1.0"
tokio = { workspace = true }
tracing = { workspace = true }
[target.'cfg(target_os = "linux")'.dependencies]
xdg = "3"