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

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