Skip to content

Commit

Permalink
feat: Application group name TextInput supports mouse selection
Browse files Browse the repository at this point in the history
Application group name TextInput supports mouse selection

Log:
  • Loading branch information
mhduiy authored and FeiWang1119 committed May 7, 2024
1 parent da3d105 commit ceadf60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qml/FolderGridViewPopup.qml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Popup {
horizontalAlignment: Text.AlignHCenter
text: folderLoader.folderName
color: palette.windowText
selectByMouse: true
onEditingFinished: {
ItemArrangementProxyModel.updateFolderName(folderLoader.currentFolderId, text);
}
Expand Down

0 comments on commit ceadf60

Please sign in to comment.