mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 12:46:47 +02:00
spelling: occurred
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
@@ -96,7 +96,7 @@ namespace VirtualDesktopUtils
|
|||||||
// Second fallback scenario is to get array of virtual desktops stored in registry, but not kept per
|
// Second fallback scenario is to get array of virtual desktops stored in registry, but not kept per
|
||||||
// session. Note that we are taking first element from virtual desktop array, which is primary desktop.
|
// session. Note that we are taking first element from virtual desktop array, which is primary desktop.
|
||||||
// If user has more than one virtual desktop, one of previous functions should return correct value,
|
// If user has more than one virtual desktop, one of previous functions should return correct value,
|
||||||
// as desktop switch occured in current session.
|
// as desktop switch occurred in current session.
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
std::vector<GUID> ids{};
|
std::vector<GUID> ids{};
|
||||||
|
|||||||
Reference in New Issue
Block a user