Overview: removing dead code

This commit is contained in:
Lemmy
2025-12-16 21:27:55 -05:00
parent 3cc7d80427
commit ff77d9d65b
-1
View File
@@ -27,7 +27,6 @@ Loader {
Component.onDestruction: {
// Clean up resources to prevent memory leak when overviewEnabled is toggled off
timerDisableFx.stop();
bgImage.layer.enabled = false;
bgImage.source = "";
}