Feat: Add optional extended tooltip for updates module (#866)
* added optional extended tooltip for updates module * Apply suggestions from code review Linter fixes * Update scripts/checkUpdates.sh Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com> * Update scripts/checkUpdates.sh Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com> --------- Co-authored-by: Mara <mara.dawn69@gmail.com> Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
This commit is contained in:
@@ -1142,6 +1142,8 @@ const options = mkOptions({
|
||||
},
|
||||
updates: {
|
||||
updateCommand: opt(`${SRC_DIR}/scripts/checkUpdates.sh -arch`),
|
||||
updateTooltipCommand: opt(`${SRC_DIR}/scripts/checkUpdates.sh -arch -tooltip`),
|
||||
extendedTooltip: opt(false),
|
||||
label: opt(true),
|
||||
padZero: opt(true),
|
||||
autoHide: opt(false),
|
||||
|
||||
Reference in New Issue
Block a user