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
|
|
|
|
|
|
{
|
|
|
|
|
|
public enum PowerToysModulesEnum
|
|
|
|
|
|
{
|
|
|
|
|
|
Overview = 0,
|
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,
|
|
|
|
|
|
PowerRename,
|
2021-04-05 11:15:08 +02:00
|
|
|
|
Run,
|
2021-03-02 20:56:37 +03:00
|
|
|
|
ShortcutGuide,
|
|
|
|
|
|
VideoConference,
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|