CustomButtonWidget: add icon picker to improve usability

This commit is contained in:
Ly-sec 2025-09-09 15:12:46 +02:00
parent ee44920fa4
commit 61cf7ab843
2 changed files with 182 additions and 6 deletions

View file

@ -192,8 +192,10 @@ Singleton {
}
windowsList.push({
"id": (toplevel.address !== undefined && toplevel.address !== null) ? String(toplevel.address) : "",
"title": (toplevel.title !== undefined && toplevel.title !== null) ? String(toplevel.title) : "",
"id": (toplevel.address !== undefined
&& toplevel.address !== null) ? String(toplevel.address) : "",
"title": (toplevel.title !== undefined && toplevel.title !== null) ? String(
toplevel.title) : "",
"appId": (appId !== undefined && appId !== null) ? String(appId) : "",
"workspaceId": toplevel.workspace?.id || null,
"isFocused": toplevel.activated === true