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:
parent
85e9031df8
commit
55fd6361c5
1 changed files with 0 additions and 2 deletions
|
|
@ -15,8 +15,6 @@ NIconButton {
|
||||||
icon: !ArchUpdaterService.ready ? "block" : (ArchUpdaterService.busy ? "sync" : (ArchUpdaterService.updatePackages.length > 0 ? "system_update" : "task_alt"))
|
icon: !ArchUpdaterService.ready ? "block" : (ArchUpdaterService.busy ? "sync" : (ArchUpdaterService.updatePackages.length > 0 ? "system_update" : "task_alt"))
|
||||||
|
|
||||||
tooltipText: {
|
tooltipText: {
|
||||||
if (!ArchUpdaterService.isArchBased)
|
|
||||||
return "Arch users already ran 'sudo pacman -Syu' for breakfast.";
|
|
||||||
if (!ArchUpdaterService.checkupdatesAvailable)
|
if (!ArchUpdaterService.checkupdatesAvailable)
|
||||||
return "Please install pacman-contrib to use this feature.";
|
return "Please install pacman-contrib to use this feature.";
|
||||||
if (ArchUpdaterService.busy)
|
if (ArchUpdaterService.busy)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue