2021-03-02 20:56:37 +03:00
|
|
|
|
// Copyright (c) Microsoft Corporation
|
|
|
|
|
|
// The Microsoft Corporation licenses this file to you under the MIT license.
|
|
|
|
|
|
// See the LICENSE file in the project root for more information.
|
|
|
|
|
|
|
|
|
|
|
|
namespace Microsoft.PowerToys.Settings.UI.OOBE.Enums
|
|
|
|
|
|
{
|
2022-04-19 22:00:28 +02:00
|
|
|
|
public enum PowerToysModules
|
2021-03-02 20:56:37 +03:00
|
|
|
|
{
|
|
|
|
|
|
Overview = 0,
|
2021-12-29 20:33:20 +03:00
|
|
|
|
AlwaysOnTop,
|
2021-06-09 09:13:58 -07:00
|
|
|
|
Awake,
|
2021-06-14 19:34:32 +02:00
|
|
|
|
ColorPicker,
|
2021-03-02 20:56:37 +03:00
|
|
|
|
FancyZones,
|
2021-03-04 15:33:50 +03:00
|
|
|
|
FileExplorer,
|
2021-03-02 20:56:37 +03:00
|
|
|
|
ImageResizer,
|
|
|
|
|
|
KBM,
|
2021-10-22 13:30:18 +01:00
|
|
|
|
MouseUtils,
|
2022-08-26 18:01:50 +02:00
|
|
|
|
PowerAccent,
|
2022-08-25 05:25:52 -05:00
|
|
|
|
PowerOCR,
|
2021-03-02 20:56:37 +03:00
|
|
|
|
PowerRename,
|
2021-04-05 11:15:08 +02:00
|
|
|
|
Run,
|
2021-03-02 20:56:37 +03:00
|
|
|
|
ShortcutGuide,
|
|
|
|
|
|
VideoConference,
|
2022-03-08 16:27:17 +01:00
|
|
|
|
WhatsNew,
|
2021-03-02 20:56:37 +03:00
|
|
|
|
}
|
|
|
|
|
|
}
|