Skip to content

Commit

Permalink
feat: always show welcome on geckoview
Browse files Browse the repository at this point in the history
  • Loading branch information
SunriseFox authored and Jack-Works committed Oct 10, 2019
1 parent 4ac389d commit c3f5a0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/social-network/defaults/shouldDisplayWelcome.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { getActivatedUI } from '../ui'

export async function shouldDisplayWelcomeDefault() {
const netId = getActivatedUI().networkIdentifier
if (process.env.firefoxVariant === 'GeckoView') return true
const storage = (await getStorage(netId)) || {}
if (storage.forceDisplayWelcome) return true

Expand Down

0 comments on commit c3f5a0e

Please sign in to comment.