mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
autofmt
This commit is contained in:
@@ -397,9 +397,9 @@ Singleton {
|
||||
"cachedImage": image // Start with original, update when cached
|
||||
,
|
||||
"actionsJson": JSON.stringify((n.actions || []).map(a => ({
|
||||
"text": (a.text || "").trim() || "Action",
|
||||
"identifier": a.identifier || ""
|
||||
})))
|
||||
"text": (a.text || "").trim() || "Action",
|
||||
"identifier": a.identifier || ""
|
||||
})))
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user