diff --git a/Modules/AppLauncher/AppLauncher.qml b/Modules/AppLauncher/AppLauncher.qml index ed12ac0..d296f62 100644 --- a/Modules/AppLauncher/AppLauncher.qml +++ b/Modules/AppLauncher/AppLauncher.qml @@ -304,7 +304,8 @@ NLoader { TextField { id: searchInput - placeholderText: searchText === "" ? "Search applications... (use > to view commands)" : "Search applications..." + placeholderText: searchText + === "" ? "Search applications... (use > to view commands)" : "Search applications..." color: Color.mOnSurface placeholderTextColor: Color.mOnSurfaceVariant background: null