mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +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()
|
||||
*/
|
||||
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