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
@@ -31,7 +31,7 @@ ColumnLayout {
label: I18n.tr("bar.widget-settings.control-center.use-distro-logo.label")
description: I18n.tr("bar.widget-settings.control-center.use-distro-logo.description")
checked: valueUseDistroLogo
onToggled: {
onToggled: function (checked) {
valueUseDistroLogo = checked
if (checked) {
valueCustomIconPath = ""