mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-06 08:26:04 +08:00
refactor: USHORT to short as per request
This commit is contained in:
parent
78aa4927a8
commit
6c6b67bbdf
@ -1100,7 +1100,7 @@ void GUI_App::post_init()
|
||||
|
||||
std::string download_url;
|
||||
#if BBL_RELEASE_TO_PUBLIC
|
||||
USHORT ext_url_open_state = -1; // -1 not set, wxNO not open, wxYES open
|
||||
short ext_url_open_state = -1; // -1 not set, wxNO not open, wxYES open
|
||||
for (auto input_str : input_str_arr) {
|
||||
if (boost::starts_with(input_str, "http://makerworld") ||
|
||||
boost::starts_with(input_str, "https://makerworld") ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user