crossmate

A collaborative crossword app for iOS
Log | Files | Refs | LICENSE

commit e3618621cc52091c1e7e67be44b5d4127596bc9c
parent 75cf934e8a1ed52014241cdeb1f1b7a0fc1c91b2
Author: Michael Camilleri <[email protected]>
Date:   Sat,  6 Jun 2026 23:15:12 +0900

Add express gameID to Puzzle Grid

Diffstat:
MCrossmate/CrossmateApp.swift | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Crossmate/CrossmateApp.swift b/Crossmate/CrossmateApp.swift @@ -359,6 +359,7 @@ struct RootView: View { shareController: services.shareController, services: services ) + .id(gameID) } } .environment(services.preferences)