mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
DistroService: rename to HostService
This commit is contained in:
@@ -71,7 +71,7 @@ NIconButton {
|
||||
if (customIconPath !== "")
|
||||
return customIconPath.startsWith("file://") ? customIconPath : "file://" + customIconPath
|
||||
if (useDistroLogo)
|
||||
return DistroService.osLogo
|
||||
return HostService.osLogo
|
||||
return ""
|
||||
}
|
||||
visible: source !== ""
|
||||
|
||||
Reference in New Issue
Block a user