FIX: fix plate name encoding issue

Change-Id: Ia89b2c5bbb4519ed938ae23ff124719cfe6203de
Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
Stone Li 2023-06-20 11:54:31 +08:00 committed by Lane.Wei
parent 869a3046aa
commit 14cb2449c6
11 changed files with 45 additions and 55 deletions

View file

@ -552,7 +552,7 @@ protected:
bool m_no_check = false;
// current plate name
std::string m_plate_name;
std::string m_plate_name; // utf8 string
// Callback to be evoked regularly to update state of the UI thread.
status_callback_type m_status_callback;