Skip to content

Commit

Permalink
feat: use the bright text in search editer
Browse files Browse the repository at this point in the history
  • Loading branch information
wineee authored and BLumia committed Apr 17, 2024
1 parent 9756fae commit c3a6982
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qml/windowed/BottomBar.qml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Control {
id: searchEdit

placeholder: qsTr("Search")
placeholderTextColor: palette.brightText
onTextChanged: {
console.log(text)
SearchFilterProxyModel.setFilterRegularExpression(text.trim())
Expand Down

0 comments on commit c3a6982

Please sign in to comment.