diff --git a/subiquitycore/ui/anchors.py b/subiquitycore/ui/anchors.py index 30c09ff2..9c7e3444 100644 --- a/subiquitycore/ui/anchors.py +++ b/subiquitycore/ui/anchors.py @@ -41,6 +41,7 @@ class StepsProgressBar(ProgressBar): def get_text(self): return "{} / {}".format(self.current, self.done) + class Footer(WidgetWrap): """ Footer widget