Files
PowerToys/src/settings-ui/Microsoft.PowerToys.Settings.UI/OOBE/Enums/PowerToysModulesEnum.cs

21 lines
495 B
C#
Raw Normal View History

// 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,
ColorPicker,
FancyZones,
2021-03-04 15:33:50 +03:00
FileExplorer,
ImageResizer,
KBM,
PowerRename,
Run,
ShortcutGuide,
VideoConference,
}
}