Gtk has a unique instance, so when we re-open the app, command line
parsing doesn't happen but it just exits. This is fine for any flag but
not for the version flag. Let's parse and print that before the Gtk main
loop happens.
Fixes: #623
Gtk has a unique instance, so when we re-open the app, command line
parsing doesn't happen but it just exits. This is fine for any flag but
not for the version flag. Let's parse and print that before the Gtk main
loop happens.
Fixes: #623