forked from Shinonome/dots-hyprland
wallpaper selector: correct search box placeholder
This commit is contained in:
@@ -304,7 +304,7 @@ Item {
|
|||||||
|
|
||||||
ToolbarTextField {
|
ToolbarTextField {
|
||||||
id: filterField
|
id: filterField
|
||||||
placeholderText: GlobalStates.screenUnlockFailed ? Translation.tr("Incorrect password") : Translation.tr("Enter password")
|
placeholderText: focus ? Translation.tr("Search wallpapers") : Translation.tr("Hit \"/\" to search")
|
||||||
|
|
||||||
// Style
|
// Style
|
||||||
clip: true
|
clip: true
|
||||||
|
|||||||
Reference in New Issue
Block a user