mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-18 16:56:32 +00:00
minifix(GUI): negate predicate to show help icon (#2300)
Change-Type: patch
This commit is contained in:
parent
674019ea75
commit
c1b97b1b44
@ -324,7 +324,7 @@ app.controller('HeaderController', function (OSOpenExternalService) {
|
|||||||
* HeaderController.shouldShowHelp()
|
* HeaderController.shouldShowHelp()
|
||||||
*/
|
*/
|
||||||
this.shouldShowHelp = () => {
|
this.shouldShowHelp = () => {
|
||||||
return Boolean(process.env.ETCHER_DISABLE_EXTERNAL_LINKS)
|
return !process.env.ETCHER_DISABLE_EXTERNAL_LINKS
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user