From 1398344486e3dd847c587edf23db8ff88f8a41ba Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 11 Dec 2025 11:35:00 +0100 Subject: ... --- accounts/gkleen@sif/shell/quickshell/SystemTray.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'accounts') diff --git a/accounts/gkleen@sif/shell/quickshell/SystemTray.qml b/accounts/gkleen@sif/shell/quickshell/SystemTray.qml index f7b4ed96..f0c50632 100644 --- a/accounts/gkleen@sif/shell/quickshell/SystemTray.qml +++ b/accounts/gkleen@sif/shell/quickshell/SystemTray.qml @@ -20,7 +20,7 @@ Item { Repeater { model: ScriptModel { values: { - var trayItems = Array.from(SystemTray.items.values).filter(item => item.status !== Status.Passive); + var trayItems = Array.from(SystemTray.items.values).filter(item => item.status !== Status.Passive && !(["Fcitx"].includes(item.id))); trayItems.sort((a, b) => a.category !== b.category ? b.category - a.category : a.id.localeCompare(b.id)) return trayItems; } -- cgit v1.2.3