mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Compositor: Reworked the compositor detection to make it more robust when switching from one to another in TTY
- Sway seems to leave its SWAYSOCK valid when going back to TTY, which would break Noctalia on Niri. Was probably fine with a display manager. + Autofmt
This commit is contained in:
@@ -155,7 +155,7 @@ Item {
|
||||
if (!toplevel)
|
||||
return ""
|
||||
|
||||
return toplevel.appId;
|
||||
return toplevel.appId
|
||||
}
|
||||
|
||||
// Safe property getter
|
||||
|
||||
Reference in New Issue
Block a user