[Flyout]Add lock icon for the GPO enabled/disabled modules (#29325)

* [Flyout] All apps page: adding lock icon for the GPO enabled/disabled modules, showing all modules

* Restructuring module list creation.

* minor fixes

* Fix module names

* Remove unused include

* Fix wrong spelling

* Fix Mouse Pointer Crosshairs icon name

* Fix Dashboard reacting to flyout enabling of envvars

---------

Co-authored-by: Jaime Bernardo <jaime@janeasystems.com>
This commit is contained in:
Laszlo Nemeth
2023-10-24 11:37:22 +02:00
committed by GitHub
parent 4893f63ecd
commit 547467e45e
21 changed files with 122 additions and 142 deletions

View File

@@ -97,7 +97,7 @@ namespace Microsoft.PowerToys.Settings.UI.ViewModels
InitializeEnabledValue();
// set the callback functions value to hangle outgoing IPC message.
// set the callback functions value to handle outgoing IPC message.
SendConfigMSG = ipcMSGCallBackFunc;
_delayedTimer = new Timer();