Launcher: wip image preview

This commit is contained in:
LemmyCook 2025-09-03 08:44:10 -04:00
parent 7548ffc191
commit ded133d164
5 changed files with 159 additions and 16 deletions

View file

@ -80,6 +80,7 @@ QtObject {
"name": app.name || "Unknown",
"description": app.genericName || app.comment || "",
"icon": app.icon || "application-x-executable",
"isImage": false,
"onActivate": function () {
Logger.log("ApplicationsPlugin", `Launching: ${app.name}`)
if (app.execute) {