mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 22:23:31 +00:00
Now with identification of the currently running app
This commit is contained in:
@@ -39,6 +39,12 @@ GridView {
|
|||||||
delegate: Item {
|
delegate: Item {
|
||||||
width: 200; height: 300;
|
width: 200; height: 300;
|
||||||
|
|
||||||
|
Component.onCompleted: {
|
||||||
|
if (model.running) {
|
||||||
|
appNameText.text = "<font color=\"green\">Running</font><font color=\"white\"> - </font>" + appNameText.text
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Image {
|
Image {
|
||||||
id: appIcon
|
id: appIcon
|
||||||
anchors.horizontalCenter: parent.horizontalCenter;
|
anchors.horizontalCenter: parent.horizontalCenter;
|
||||||
|
|||||||
Reference in New Issue
Block a user