GlosSIConfig: Fix steam shortcuts updating when editing non added shortcuts

pull/192/head
Peter Repukat 2 years ago
parent 6e69b6ec1c
commit 20e86ce8e4

@ -475,6 +475,7 @@ Window {
if (windowContent.editedIndex < 0) {
uiModel.addTarget(shortcut)
} else {
if (uiModel.isInSteam(shortcut)) {
if (uiModel.updateTarget(windowContent.editedIndex, shortcut)) {
if (steamShortcutsChanged == false) {
steamChangedDialog.open();
@ -486,6 +487,7 @@ Window {
}
}
}
}
}
Item {

Loading…
Cancel
Save