mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
[PT Run] Registry plugin (#7951)
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
// 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.Run.Plugin.Registry.Enumerations
|
||||
{
|
||||
/// <summary>
|
||||
/// The truncate side for a to long text
|
||||
/// </summary>
|
||||
internal enum TruncateSide
|
||||
{
|
||||
/// <summary>
|
||||
/// Truncate a text only from the right side
|
||||
/// </summary>
|
||||
OnlyFromLeft,
|
||||
|
||||
/// <summary>
|
||||
/// Truncate a text only from the left side
|
||||
/// </summary>
|
||||
OnlyFromRight,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user