fix: prefer to hold running even when no window is open

This commit is contained in:
Alex
2019-04-15 11:42:16 +02:00
parent ecc5f48dd7
commit d05b8398fa
2 changed files with 4 additions and 3 deletions

View File

@ -15,7 +15,7 @@ class Client {
Client(int argc, char *argv[]);
int main(int argc, char *argv[]);
Gtk::Main gtk_main;
Glib::RefPtr<Gtk::Application> gtk_app;
std::string css_file;
std::string config_file;
Glib::RefPtr<Gdk::Display> gdk_display;