DistroService: rename to HostService

This commit is contained in:
Ly-sec
2025-11-13 15:41:46 +01:00
parent 1288924f87
commit 4fd5865978
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -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 !== ""
+1 -1
View File
@@ -233,7 +233,7 @@ ColumnLayout {
}
NButton {
visible: !DistroService.isNixOS
visible: !HostService.isNixOS
text: I18n.tr("settings.general.launch-setup-wizard")
onClicked: {
var targetScreen = PanelService.openedPanel ? PanelService.openedPanel.screen : (Quickshell.screens.length > 0 ? Quickshell.screens[0] : null)