Minor fix

This commit is contained in:
Nodir Temirkhodjaev 2017-09-02 18:14:12 +05:00
parent a22498bf4e
commit 3bd1b4450c

View File

@ -33,7 +33,7 @@ BasePage {
}
}
Button {
enabled: appsColumn.enabled
enabled: editGroupName.text && appsColumn.enabled
text: QT_TRANSLATE_NOOP("qml", "Rename Group")
onClicked: {
const appGroup = appsColumn.appGroup;