Merge branch 'rebuild' of github.com:Ly-sec/Noctalia into rebuild

This commit is contained in:
quadbyte 2025-08-15 09:08:07 -04:00
commit 474bade65c
6 changed files with 27 additions and 5 deletions

View file

@ -77,8 +77,10 @@ Item {
to: 50
value: Settings.data.brightness.brightnessStep
stepSize: 1
onMoved: {
Settings.data.brightness.brightnessStep = value
onPressedChanged: {
if (!pressed) {
Settings.data.brightness.brightnessStep = value
}
}
}