Add more delay before resetting HDR
This commit is contained in:
+1
-1
@@ -370,7 +370,7 @@ namespace proc {
|
|||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
auto resetHDRThread = std::thread([this]{
|
auto resetHDRThread = std::thread([this]{
|
||||||
std::this_thread::sleep_for(200ms);
|
std::this_thread::sleep_for(1s);
|
||||||
// Windows doesn't seem to be able to set HDR correctly when a display is just connected,
|
// Windows doesn't seem to be able to set HDR correctly when a display is just connected,
|
||||||
// so we have tooggle HDR for the virtual display manually.
|
// so we have tooggle HDR for the virtual display manually.
|
||||||
std::string currentDisplay = this->display_name;
|
std::string currentDisplay = this->display_name;
|
||||||
|
|||||||
Reference in New Issue
Block a user