From a390af2aaeb091050c7dbb2c9983cf2ebe2250b6 Mon Sep 17 00:00:00 2001 From: quadbyte Date: Sun, 17 Aug 2025 10:42:54 -0400 Subject: [PATCH] formatting --- Modules/AppLauncher/AppLauncher.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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