tari-project / tari-launchpad

A node, wallet and miner for Tari focusing on ease of use
BSD 3-Clause "New" or "Revised" License
8 stars 16 forks source link

fix: expert view button in intro #169

Closed NovaT82 closed 2 years ago

NovaT82 commented 2 years ago

Description

There were various calls to setExpertSwitchDisabled() that were overlapping each other. I removed the unnecessary calls.

Motivation and Context

In the intro, once you get to the blockchain sync message, the expert view button is disabled. The button also flashes on and off during the intro sequence. Fixes issue #111

How Has This Been Tested?

Manually