feat: no update w/ autohide option & add option to swap netstat icon … (#591)
* feat: no update w/ autohide option & add option to swap netstat icon for up/down links * Update src/scss/style/bar/bar.scss * Update src/components/bar/shared/Module.tsx * Update src/components/bar/settings/config.tsx * Update src/options.ts * Apply suggestions from code review * move visibilty to updatesIcon func --------- Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
This commit is contained in:
@@ -14,6 +14,7 @@ export const Module = ({
|
||||
label,
|
||||
tooltipText,
|
||||
boxClass,
|
||||
isVis,
|
||||
props = {},
|
||||
showLabelBinding = bind(undefinedVar),
|
||||
showLabel,
|
||||
@@ -86,7 +87,7 @@ export const Module = ({
|
||||
return {
|
||||
component,
|
||||
tooltip_text: tooltipText,
|
||||
isVisible: true,
|
||||
isVis: isVis,
|
||||
boxClass,
|
||||
props,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user