mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Code formatting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user