Removed NLoader in favor of Loader, as it was not doing anything anymore

This commit is contained in:
quadbyte
2025-08-20 20:14:49 -04:00
parent c6eb613e38
commit caffbe45e0
10 changed files with 65 additions and 115 deletions
+3 -3
View File
@@ -6,10 +6,10 @@ import qs.Commons
import qs.Services
import qs.Widgets
NLoader {
isLoaded: Settings.data.general.showScreenCorners
Loader {
active: Settings.data.general.showScreenCorners
content: Variants {
sourceComponent: Variants {
model: Quickshell.screens
PanelWindow {