mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Fixed all codestyle and nitpicks from review
This commit is contained in:
parent
e465bd771a
commit
3c10cca0de
7 changed files with 39 additions and 38 deletions
|
@ -30,8 +30,3 @@ class CloudProgressMessage(Message):
|
|||
if not self._visible:
|
||||
super().show()
|
||||
self.setProgress(percentage)
|
||||
|
||||
## Returns a boolean indicating whether the message is currently visible.
|
||||
@property
|
||||
def visible(self) -> bool:
|
||||
return self._visible
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue