16 std::string base_path;
17 Glib::Dispatcher dispatcher;
18 std::mutex pool_update_status_queue_mutex;
19 std::list<std::tuple<PoolUpdateStatus, std::string, std::string>> pool_update_status_queue;
20 Gtk::Label *filename_label =
nullptr;
21 Gtk::Spinner *spinner =
nullptr;
22 void pool_update_thread();
23 std::string pool_update_last_info;