sidebar: use friendlier name for idle inhibitor toggle

This commit is contained in:
end-4
2025-10-24 17:37:14 +02:00
parent e1270836d0
commit 435ff32904
@@ -7,7 +7,7 @@ import QtQuick
AndroidQuickToggleButton {
id: root
name: Translation.tr("Idle Inhibitor")
name: Translation.tr("Keep awake")
toggled: Idle.inhibit
buttonIcon: "coffee"