Plugin: Auto warmth and night mode (#8129)

("Auto nightmode" only on devices without warmth.)
This commit is contained in:
zwim
2021-09-25 11:02:10 +02:00
committed by GitHub
parent 8a750d4692
commit 20f7d14495
9 changed files with 1174 additions and 4 deletions

View File

@@ -85,6 +85,7 @@ function SpinWidget:update()
value_step = self.value_step,
value_hold_step = self.value_hold_step,
precision = self.precision,
wrap = self.wrap or false,
}
local value_group = HorizontalGroup:new{
align = "center",