diff --git a/internal/ui/ui_glfw.go b/internal/ui/ui_glfw.go index 60d1e9053..e210a20c5 100644 --- a/internal/ui/ui_glfw.go +++ b/internal/ui/ui_glfw.go @@ -412,7 +412,7 @@ func SetWindowDecorated(decorated bool) { panic("ui: SetWindowDecorated can't be called after Run so far.") - // TODO: Now SetAttrib doesn't exist on GLFW 3.2. Revisit later. + // TODO: Now SetAttrib doesn't exist on GLFW 3.2. Revisit later (#556). // If SetAttrib exists, the implementation would be: // // _ = currentUI.runOnMainThread(func() error {