GlosSIConfig: Fix Win32 Apps Icons

pull/192/head
Peter Repukat 2 years ago
parent 616650c04c
commit 93026dfb75

@ -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: {

Loading…
Cancel
Save