mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-11 00:58:14 +08:00
added feature to control uac elevation on desk switch (login screen, lock, etc)
This commit is contained in:
@@ -55,7 +55,7 @@ protected:
|
||||
return new CMSWindowsDesks(
|
||||
true, false, m_hookLibrary, m_screensaver, eventQueue,
|
||||
new TMethodJob<CMSWindowsKeyStateTests>(
|
||||
this, &CMSWindowsKeyStateTests::updateKeysCB));
|
||||
this, &CMSWindowsKeyStateTests::updateKeysCB), false);
|
||||
}
|
||||
|
||||
void* getEventTarget() const
|
||||
|
||||
Reference in New Issue
Block a user