Memory optimizations

This commit is contained in:
ItsLemmy
2025-11-06 15:24:01 -05:00
parent 0bf2564ea2
commit b51af0f548
8 changed files with 526 additions and 534 deletions
-1
View File
@@ -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
View File
File diff suppressed because it is too large Load Diff
+4 -2
View File
@@ -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")
}
}
}