From 1067ffe7a34067816fc72914ea0a71aa0dbdacc6 Mon Sep 17 00:00:00 2001 From: ItsLemmy Date: Mon, 27 Oct 2025 08:41:50 -0400 Subject: [PATCH] qmlfmt --- Modules/Bar/Widgets/Brightness.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/Bar/Widgets/Brightness.qml b/Modules/Bar/Widgets/Brightness.qml index 2000f56c..5246a182 100644 --- a/Modules/Bar/Widgets/Brightness.qml +++ b/Modules/Bar/Widgets/Brightness.qml @@ -92,8 +92,8 @@ Item { if (!monitor) return "" return I18n.tr("tooltips.brightness-at", { - "brightness": Math.round(monitor.brightness * 100) - }) + "brightness": Math.round(monitor.brightness * 100) + }) } onWheel: function (angle) {