Fixes for review

This commit is contained in:
ChrisTerBeke 2019-01-15 09:37:38 +01:00
parent de24c7d9c3
commit b7fb969524
2 changed files with 3 additions and 6 deletions

View file

@ -19,11 +19,6 @@ class CloudProgressMessage(Message):
use_inactivity_timer = False
)
## Returns a boolean indicating whether this message is currently visible
@property
def visible(self) -> bool:
return self._visible
## Shows the progress message.
def show(self):
self.setProgress(0)