From 28b572efb83574e9bd7085c90d3780f853006e10 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 19 May 2026 21:05:24 +0200 Subject: [PATCH] Clarify for new reality --- shell/Ui/Toggle.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/Ui/Toggle.qml b/shell/Ui/Toggle.qml index dde2f18e..482b129a 100644 --- a/shell/Ui/Toggle.qml +++ b/shell/Ui/Toggle.qml @@ -10,7 +10,7 @@ import qs.Commons // hover and activeFocus share the hover-cursor defaults. // // `rounded` auto-detects from Style.cornerRadius so the switch follows -// the theme: pill shape on round-corners themes, square on sharp. +// the theme: pill shape when Hyprland corners are rounded, square on sharp. // Callers can override per-instance. Rectangle { id: root