Skip to content

Commit

Permalink
Merge pull request #7049 from kozlovsky/fix/hide_token_balance
Browse files Browse the repository at this point in the history
Hide token balance value
  • Loading branch information
kozlovsky authored Sep 12, 2022
2 parents 839229e + e0917a8 commit 5bdb5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tribler/gui/tribler_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ def on_core_connected(self, version):

self.top_menu_button.setHidden(False)
self.left_menu.setHidden(False)
self.token_balance_widget.setHidden(False)
# self.token_balance_widget.setHidden(False) # restore it after the token balance calculation is fixed
self.settings_button.setHidden(False)
self.add_torrent_button.setHidden(False)
self.top_search_bar.setHidden(False)
Expand Down

0 comments on commit 5bdb5f0

Please sign in to comment.