Closed jeremypw closed 3 years ago
@danrabbit Well spotted - I have now kept the Gtk.Window title.
I noticed that Library Window uses a more complicated method of keeping the header and window titles in sync but I do not think it is worth it in DirectWindow.
Since it appears we're building the same string twice, should we build it once and then set it twice? Or can we just header.title = title
?
Fixes #626