jtgans/g13gui

Closing the main window and re-showing it from the appindicator shows a blank window

Closed this issue · 1 comments

Seems to be something relating to how the window is being destroyed. We probably want to instead re-create the MainWindow instance from the appindicator class and show that instead of having the main loop do so.

Closing as obsolete -- we really shouldn't let the app run in the background with only an appindicator, or if we do, we should exit the main program and use the appindicator as our user space driver somehow, as a partitioned off chunk of code.