Skip to content

Commit

Permalink
feat: Limit maxium fold name length
Browse files Browse the repository at this point in the history
Issue: linuxdeepin/developer-center#7949
Log: Limit maxium fold name length
  • Loading branch information
ArchieMeng committed Jun 14, 2024
1 parent c6308f4 commit 1049ac7
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 @@ -81,6 +81,7 @@ Popup {
text: folderLoader.folderName
color: palette.windowText
selectByMouse: true
maximumLength: 255
onEditingFinished: {
contentRoot.nameEditing = false
if (text === "") {
Expand Down

0 comments on commit 1049ac7

Please sign in to comment.