Add scale factor w/ use server UUID for monitor GUID if client uid not present

This commit is contained in:
Yukino Song
2024-08-20 03:48:20 +08:00
parent e0924e3a21
commit bb88a3c314
7 changed files with 68 additions and 8 deletions

View File

@@ -175,7 +175,6 @@ std::wstring createVirtualDisplay(
}
memcpy((void*)&guid, (void*)s_client_uid, len);
} else {
guid = DEFAULT_DISPLAY_GUID;
s_client_uid = "unknown";
}