This commit is contained in:
Auric Vente
2024-07-21 01:41:07 -06:00
parent 6964d3fb18
commit 4d31111225
3 changed files with 17 additions and 30 deletions

View File

@@ -180,7 +180,7 @@ class Window:
root = QWidget()
container = QHBoxLayout()
btn_restart = QPushButton("Restart")
btn_restart.setToolTip(f"Restart with a new set of ants")
btn_restart.setToolTip("Restart with a new set of ants")
btn_restart.clicked.connect(Game.restart)
Window.speed = QComboBox()