mirror of
https://github.com/tnodir/fort
synced 2024-11-15 04:45:59 +00:00
Minor fix
This commit is contained in:
parent
a22498bf4e
commit
3bd1b4450c
@ -33,7 +33,7 @@ BasePage {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
Button {
|
Button {
|
||||||
enabled: appsColumn.enabled
|
enabled: editGroupName.text && appsColumn.enabled
|
||||||
text: QT_TRANSLATE_NOOP("qml", "Rename Group")
|
text: QT_TRANSLATE_NOOP("qml", "Rename Group")
|
||||||
onClicked: {
|
onClicked: {
|
||||||
const appGroup = appsColumn.appGroup;
|
const appGroup = appsColumn.appGroup;
|
||||||
|
Loading…
Reference in New Issue
Block a user