2 Commits
doc ... v1.0

Author SHA1 Message Date
4f2c56a824 remove useless button
All checks were successful
Linux arm64 / Build (push) Successful in 36s
2025-05-19 09:54:45 +02:00
fee2f07232 Merge pull request 'doc' (#17) from doc into main
All checks were successful
Linux arm64 / Build (push) Successful in 45s
Reviewed-on: #17
2025-05-19 07:52:37 +00:00

View File

@@ -244,9 +244,6 @@ public class DDDView extends GameAdapter implements CommandSender {
} }
ImGui.endDisabled(); ImGui.endDisabled();
ImGui.sameLine(); ImGui.sameLine();
if (ImGui.button("Annuler le coup précédent")) {
sendUndo();
}
openPopup(); openPopup();
renderPopups(); renderPopups();
} }