mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Memory optimizations
This commit is contained in:
@@ -57,7 +57,6 @@ Item {
|
||||
|
||||
var monitors = Settings.data.bar.monitors || []
|
||||
var result = monitors.length === 0 || monitors.includes(root.screen.name)
|
||||
|
||||
return result
|
||||
}
|
||||
|
||||
|
||||
+515
-511
File diff suppressed because it is too large
Load Diff
@@ -197,8 +197,10 @@ SmartPanel {
|
||||
ClipboardPlugin {
|
||||
id: clipPlugin
|
||||
Component.onCompleted: {
|
||||
registerPlugin(this)
|
||||
Logger.d("Launcher", "Registered: ClipboardPlugin")
|
||||
if (Settings.data.appLauncher.enableClipboardHistory) {
|
||||
registerPlugin(this)
|
||||
Logger.d("Launcher", "Registered: ClipboardPlugin")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user