FIX:fixed multiple prompt windows popping up

Change-Id: I7cfc6d1ce08d356dc9c2f7125b46d4e12b95f4e7
This commit is contained in:
tao wang 2023-06-05 19:57:52 +08:00 committed by Lane.Wei
parent fc64864b15
commit 1d16e98e06
2 changed files with 15 additions and 5 deletions

View file

@ -303,7 +303,7 @@ protected:
int speed_lvl_timeout {0};
boost::posix_time::ptime speed_dismiss_time;
bool m_showing_speed_popup = false;
bool m_show_mode_changed = false;
std::map<wxString, wxImage> img_list; // key: url, value: wxBitmap png Image
std::map<std::string, std::string> m_print_connect_types;
std::vector<Button *> m_buttons;