diff options
Diffstat (limited to 'services/Apps.qml')
| -rw-r--r-- | services/Apps.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/Apps.qml b/services/Apps.qml index 6f2f48f..2c0fea1 100644 --- a/services/Apps.qml +++ b/services/Apps.qml @@ -32,6 +32,6 @@ Singleton { property DesktopEntry entry - command: ["app2unit", "--", `${entry.id}.desktop`] + command: ["app2unit", "--", `${entry?.id}.desktop`] } } |