mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Removed NLoader in favor of Loader, as it was not doing anything anymore
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user