opsies haha

This commit is contained in:
Anas Khalifa 2025-08-24 01:03:04 +03:00
parent 55fd6361c5
commit 1d625ac098
No known key found for this signature in database
GPG key ID: 1B6C212010BABA2C

View file

@ -128,17 +128,6 @@ ColumnLayout {
}
}
NToggle {
visible: ArchUpdaterService.isArchBased
label: "Show Arch Updater"
description: "Show the Arch Linux updates widget."
checked: Settings.data.bar.showArchUpdater
onToggled: checked => {
Settings.data.bar.showArchUpdater = checked
}
}
NDivider {
Layout.fillWidth: true
Layout.topMargin: Style.marginL * scaling