Skip to content

Commit

Permalink
cpu: allowing zeros in the regex
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmm committed Sep 15, 2024
1 parent a39e0b7 commit 7126b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contents/ui/Cpu.qml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Kirigami.ScrollablePage {
}

validator: RegularExpressionValidator {
regularExpression: /^[1-9]+(,[1-9]+)+$/
regularExpression: /^[0-9]+(,[0-9]+)+$/
}

}
Expand Down

0 comments on commit 7126b47

Please sign in to comment.