Auto-formatting

This commit is contained in:
ItsLemmy
2025-10-03 21:38:14 -04:00
parent ba4ec7dd47
commit 75e64bc625
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -7,7 +7,6 @@ import qs.Widgets
NIconButton {
id: root
property real scaling: 1.0
icon: "camera-video"
+1 -1
View File
@@ -10,7 +10,7 @@ import qs.Widgets
Rectangle {
id: root
property ShellScreen screen
property real scaling: 1.0
+1 -1
View File
@@ -79,7 +79,7 @@ Singleton {
var displays = text.trim().split("\n\n")
ddcProc.ddcMonitors = displays.map(d => {
var ddcModelMatch = d.match(/(This monitor does not support DDC\/CI|Invalid display)/);
var ddcModelMatch = d.match(/(This monitor does not support DDC\/CI|Invalid display)/)
var modelMatch = d.match(/Model:\s*(.*)/)
var busMatch = d.match(/I2C bus:[ ]*\/dev\/i2c-([0-9]+)/)
var ddcModel = ddcModelMatch ? ddcModelMatch.length > 0 : false