mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-01 18:15:41 +00:00
DistroService: rename to HostService
This commit is contained in:
@@ -81,7 +81,7 @@ ShellRoot {
|
||||
BatteryService.init()
|
||||
IdleInhibitorService.init()
|
||||
PowerProfileService.init()
|
||||
DistroService.init()
|
||||
HostService.init()
|
||||
FontService.init()
|
||||
|
||||
// Only open the setup wizard for new users
|
||||
@@ -128,13 +128,13 @@ ShellRoot {
|
||||
|
||||
function checkSetupWizard() {
|
||||
// Wait for distro service
|
||||
if (!DistroService.isReady) {
|
||||
if (!HostService.isReady) {
|
||||
Qt.callLater(checkSetupWizard)
|
||||
return
|
||||
}
|
||||
|
||||
// No setup wizard on NixOS
|
||||
if (DistroService.isNixOS) {
|
||||
if (HostService.isNixOS) {
|
||||
Settings.data.setupCompleted = true
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user