It's now fullscreen. It looks like nothing changed, that's the point

This commit is contained in:
N0\A
2025-11-08 11:22:35 +01:00
parent aa2c23537c
commit c4b90aaba6
2 changed files with 56 additions and 22 deletions

View File

@@ -68,13 +68,6 @@ def main():
dukto_handler.initialize()
dukto_handler.say_hello()
# bottom right corner
screen_geometry = app.primaryScreen().availableGeometry()
pet_geometry = pet.frameGeometry()
x = screen_geometry.width() - pet_geometry.width()
y = screen_geometry.height() - pet_geometry.height()
pet.move(x, y)
pet.show()