Code formatting
This commit is contained in:
parent
c62e199ea7
commit
1d13bbe0f7
11 changed files with 161 additions and 85 deletions
|
|
@ -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) {
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue