Remove unnecessary tooltip for non-Arch users in ArchUpdater widget since we now gate the toggle itself to be visiable only in archbased

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

View file

@ -15,8 +15,6 @@ NIconButton {
icon: !ArchUpdaterService.ready ? "block" : (ArchUpdaterService.busy ? "sync" : (ArchUpdaterService.updatePackages.length > 0 ? "system_update" : "task_alt"))
tooltipText: {
if (!ArchUpdaterService.isArchBased)
return "Arch users already ran 'sudo pacman -Syu' for breakfast.";
if (!ArchUpdaterService.checkupdatesAvailable)
return "Please install pacman-contrib to use this feature.";
if (ArchUpdaterService.busy)