From 5fc37bbe0d951f7119e30663bfb9b9e9f0e0d582 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 12 Sep 2025 18:29:49 +1000 Subject: bar: remove idle inhibitor Use the one in the utilities panel instead --- modules/bar/Bar.qml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'modules/bar/Bar.qml') diff --git a/modules/bar/Bar.qml b/modules/bar/Bar.qml index 9cd5d24..ea7ec7f 100644 --- a/modules/bar/Bar.qml +++ b/modules/bar/Bar.qml @@ -143,12 +143,6 @@ ColumnLayout { } } } - DelegateChoice { - roleValue: "idleInhibitor" - delegate: WrappedLoader { - sourceComponent: IdleInhibitor {} - } - } } } -- cgit v1.2.3-freya