shell: only launch setupwizard if not nixos

DistroLogoService -> DistroService
This commit is contained in:
lysec
2025-10-16 13:43:57 +02:00
parent dd882401ce
commit df7e0d026b
5 changed files with 16 additions and 9 deletions
+4
View File
@@ -189,6 +189,10 @@ ShellRoot {
function onSettingsLoaded() {
// Only open the setup wizard for new users
if (!Settings.data.setupCompleted) {
if (DistroService && DistroService.isNixOS) {
Settings.data.setupCompleted = true
return
}
if (Settings.data.settingsVersion >= Settings.settingsVersion) {
setupWizardLoader.active = true
} else {