From 93026dfb757f3c87b59ef9a956faab155df1f276 Mon Sep 17 00:00:00 2001 From: Peter Repukat Date: Sat, 15 Oct 2022 18:23:08 +0200 Subject: [PATCH] GlosSIConfig: Fix Win32 Apps Icons --- GlosSIConfig/qml/ShortcutProps.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GlosSIConfig/qml/ShortcutProps.qml b/GlosSIConfig/qml/ShortcutProps.qml index 2c08779..9d66279 100644 --- a/GlosSIConfig/qml/ShortcutProps.qml +++ b/GlosSIConfig/qml/ShortcutProps.qml @@ -331,10 +331,11 @@ Item { pathInput.text = fileDialog.selectedFile.toString().replace("file:///", "") if (nameInput.text == "") { nameInput.text = pathInput.text.replace(/.*(\\|\/)/,"").replace(/\.[0-z]*$/, "") - shortcutInfo.icon = nameInput.text } + shortcutInfo.icon = pathInput.text launchApp.checked = true } + shortcutInfo = shortcutInfo; } onRejected: {