mirror of
https://github.com/tnodir/fort
synced 2024-11-15 01:47:47 +00:00
Minor fix
This commit is contained in:
parent
a22498bf4e
commit
3bd1b4450c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user