Skip to content

Commit

Permalink
bump version 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
super1207 committed Feb 22, 2024
1 parent 7255529 commit 860a34e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MiraiCQ/MiraiCQ/mainprocess/mainprocess.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ static void login_dlg_cb(Fl_Widget* o, void* p) {
static bool login_dlg()
{
LOGIN_INFO login_info;
Fl_Window win(300, 180, "MiraiCQ V2.4.3");
Fl_Window win(300, 180, "MiraiCQ V2.4.4");
win.begin();
login_info.ws_url = Config::get_instance()->get_ws_url();
login_info.access_token = Config::get_instance()->get_access_token();
Expand Down Expand Up @@ -451,7 +451,7 @@ static void ex_btn_cb(Fl_Widget* o, void* p)
static void plus_dlg()
{
//fl_register_images();
std::string str1 = StrTool::to_utf8("MiraiCQ插件管理V2.4.3 " + Config::get_instance()->get_name());
std::string str1 = StrTool::to_utf8("MiraiCQ插件管理V2.4.4 " + Config::get_instance()->get_name());
Fl_Double_Window win(508, 400, str1.c_str());
win.color(fl_rgb_color(0, 255, 255));
win.size_range(500, 400, 500, 400);
Expand Down

0 comments on commit 860a34e

Please sign in to comment.