Updated log message for overview
This commit is contained in:
parent
caffbe45e0
commit
e5c668c815
1 changed files with 1 additions and 3 deletions
|
|
@ -11,9 +11,7 @@ Loader {
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
if (CompositorService.isNiri) {
|
if (CompositorService.isNiri) {
|
||||||
Logger.log("Overview", "Loading Overview component (Niri detected)")
|
Logger.log("Overview", "Loading Overview component for Niri")
|
||||||
} else {
|
|
||||||
Logger.log("Overview", "Skipping Overview component (Niri not detected)")
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue