From 43077131043fac1d207f5851e573f97b7acb629a Mon Sep 17 00:00:00 2001 From: Florian Egger Date: Mon, 13 Jul 2026 14:55:29 +0200 Subject: [PATCH] Remove redundant min and max props from brightness levelbar --- pinenote-shell/src/main.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/pinenote-shell/src/main.js b/pinenote-shell/src/main.js index 0ba0cb4..93bdd03 100644 --- a/pinenote-shell/src/main.js +++ b/pinenote-shell/src/main.js @@ -289,8 +289,6 @@ function PinenoteShell() { vertical class="brightness-levelbar" value={brightnessLevel((v) => Math.max(0, Math.min(1, (v || 0) / 100)))} - min={0} - max={1} />