Skip to content

Commit

Permalink
(#13, #98) Disclaimer: connect the issue with a TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed May 28, 2023
1 parent 8cf6f76 commit a3f4a32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions O21.Game/Loading/DisclaimerScene.fs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type DisclaimerScene(config: Config) =
}
let mutable areFilesOnDisk = None

// TODO: Localization controls on this page
// TODO[#98]: Localization controls on this page
let language = Translations.DefaultLanguage
let disclaimerAccepted = TaskCompletionSource<unit>()

Expand Down Expand Up @@ -88,7 +88,7 @@ type DisclaimerScene(config: Config) =
interface ILoadingScene<LocalContent, unit> with
member _.Init newContent =
content <- newContent
// TODO: Update this layout on language change
// TODO[#98]: Update this layout on language change
doLayout()

member this.Draw() =
Expand Down

0 comments on commit a3f4a32

Please sign in to comment.