mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 06:33:57 -06:00
Added SS2OSD.dll to blacklist. Raises warning dialog for issue #6864
This commit is contained in:
parent
c232decb2a
commit
e630332e24
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ namespace Slic3r {
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
|
|
||||||
//only dll name with .dll suffix - currently case sensitive
|
//only dll name with .dll suffix - currently case sensitive
|
||||||
const std::vector<std::wstring> BlacklistedLibraryCheck::blacklist({ L"NahimicOSD.dll" });
|
const std::vector<std::wstring> BlacklistedLibraryCheck::blacklist({ L"NahimicOSD.dll", L"SS2OSD.dll" });
|
||||||
|
|
||||||
bool BlacklistedLibraryCheck::get_blacklisted(std::vector<std::wstring>& names)
|
bool BlacklistedLibraryCheck::get_blacklisted(std::vector<std::wstring>& names)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue