mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
wallpaper selector: correct search box placeholder
This commit is contained in:
@@ -304,7 +304,7 @@ Item {
|
||||
|
||||
ToolbarTextField {
|
||||
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
|
||||
clip: true
|
||||
|
||||
Reference in New Issue
Block a user