From ceadf60ec2520b6693baf151c5148daa037f2a1a Mon Sep 17 00:00:00 2001 From: zhangkun Date: Tue, 7 May 2024 14:52:55 +0800 Subject: [PATCH] feat: Application group name TextInput supports mouse selection Application group name TextInput supports mouse selection Log: --- qml/FolderGridViewPopup.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/qml/FolderGridViewPopup.qml b/qml/FolderGridViewPopup.qml index f23ac8f3..4bd724a4 100644 --- a/qml/FolderGridViewPopup.qml +++ b/qml/FolderGridViewPopup.qml @@ -72,6 +72,7 @@ Popup { horizontalAlignment: Text.AlignHCenter text: folderLoader.folderName color: palette.windowText + selectByMouse: true onEditingFinished: { ItemArrangementProxyModel.updateFolderName(folderLoader.currentFolderId, text); }