mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-09 07:56:24 -06:00
change BambuStudio to OrcaSlicer
This commit is contained in:
parent
20f2b2cd0e
commit
81ca7720e9
16 changed files with 37 additions and 37 deletions
|
@ -104,7 +104,7 @@ namespace instance_check_internal
|
|||
return true;
|
||||
std::wstring classNameString(className);
|
||||
std::wstring wndTextString(wndText);
|
||||
if (wndTextString.find(L"BambuStudio") != std::wstring::npos && classNameString == L"wxWindowNR") {
|
||||
if (wndTextString.find(L"OrcaSlicer") != std::wstring::npos && classNameString == L"wxWindowNR") {
|
||||
//check if other instances has same instance hash
|
||||
//if not it is not same version(binary) as this version
|
||||
HANDLE handle = GetProp(hwnd, L"Instance_Hash_Minor");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue