Skip to content

Commit

Permalink
Remove ZHTLC status from settings list
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlVS committed Oct 16, 2023
1 parent 479ae66 commit f685183
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/screens/settings/setting_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,6 @@ class _SettingPageState extends State<SettingPage> {
_buildTitle(AppLocalizations.of(context).developerTitle),
_buildEnableTestCoins(),
SizedBox(height: 2),

//
ZCoinStatusWidget(),
SizedBox(height: 2),

_buildTitle(version),
if (appConfig.isUpdateCheckerEnabled) _buildUpdate(),
const SizedBox(
Expand Down

0 comments on commit f685183

Please sign in to comment.