Skip to content

Commit

Permalink
allow export on dex mainnet
Browse files Browse the repository at this point in the history
Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com>
  • Loading branch information
ukane-philemon committed Oct 18, 2024
1 parent 8fbda6e commit 8cf15e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/page/settings/app_settings_page.go
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ func (pg *AppSettingsPage) networkSettings() layout.Widget {

func (pg *AppSettingsPage) dexSettings() layout.Widget {
return func(gtx C) D {
if pg.AssetsManager.NetType() == libutils.Mainnet || !pg.AssetsManager.DEXCInitialized() || !pg.AssetsManager.DexClient().InitializedWithPassword() {
if !pg.AssetsManager.DEXCInitialized() || !pg.AssetsManager.DexClient().InitializedWithPassword() {
return D{}
}

Expand Down

0 comments on commit 8cf15e7

Please sign in to comment.