Code formatting

This commit is contained in:
quadbyte 2025-08-10 13:26:46 -04:00
parent c62e199ea7
commit 1d13bbe0f7
11 changed files with 161 additions and 85 deletions

View file

@ -23,7 +23,9 @@ Singleton {
const clamped = Math.max(0.6, Math.min(1.8, overrideScale))
return clamped
}
} catch (e) {}
} catch (e) {
}
if (typeof aScreen !== 'undefined' & aScreen) {

View file

@ -17,8 +17,7 @@ Singleton {
property var data: settingAdapter
// Needed to only have one NPanel loaded at a time.
// property var openPanel: null
// property var openPanel: null
Item {
Component.onCompleted: {
// ensure settings dir