Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Allie Crevier committed Mar 26, 2019
1 parent 2bd3f33 commit 4d53856
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions securedrop_client/gui/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,13 @@ def show_message(self, message, duration=0):

def hide_refresh_icon(self):
"""
Hide refresh icon.
"""
self.refresh.hide()

def show_refresh_icon(self):
"""
Show refresh icon.
"""
self.refresh.show()

Expand Down

0 comments on commit 4d53856

Please sign in to comment.