tailscale / walk

A Windows GUI toolkit for the Go Programming Language
Other
32 stars 5 forks source link

application.go, window.go: unconditionally return singleton pointer f… #63

Closed dblohm7 closed 6 months ago

dblohm7 commented 6 months ago

…rom App

During the review of a previous PR, we discussed altering the semantics of App() such that it returns nil if called after InitApp() has failed. Unfortunately Walk's pre-existing interdependencies are making that very difficult to achieve in the sort term. I am reverting that change with the intention of revisiting this in issue 61.