diff --git a/app/gui/AppView.qml b/app/gui/AppView.qml index dec9ef70..8d75e065 100644 --- a/app/gui/AppView.qml +++ b/app/gui/AppView.qml @@ -39,6 +39,12 @@ GridView { delegate: Item { width: 200; height: 300; + Component.onCompleted: { + if (model.running) { + appNameText.text = "Running - " + appNameText.text + } + } + Image { id: appIcon anchors.horizontalCenter: parent.horizontalCenter;