Loading poolpay/ui/pygame/scenes/PaymentSuccess.py +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ class PaymentSuccess(PaymentSuccessBase): # We expect the director's display to be a PyGame display (after all, this is a PyGame scene) display = cast(PygameDisplay, self.director.display) display.surface.fill((0, 130, 80)) display.surface.fill((0, 40, 0)) display.surface.blit( fira_sans.render(f"Hallo {self.person_name}!", True, white), Loading Loading
poolpay/ui/pygame/scenes/PaymentSuccess.py +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ class PaymentSuccess(PaymentSuccessBase): # We expect the director's display to be a PyGame display (after all, this is a PyGame scene) display = cast(PygameDisplay, self.director.display) display.surface.fill((0, 130, 80)) display.surface.fill((0, 40, 0)) display.surface.blit( fira_sans.render(f"Hallo {self.person_name}!", True, white), Loading