From 03bcef56e2af166711459fd3b7eea0498a19191e Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Thu, 28 May 2020 07:41:41 +1000 Subject: [PATCH] Change Constants class visibility to internal --- .../Search/Constants.cs | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Search/Constants.cs b/Plugins/Flow.Launcher.Plugin.Explorer/Search/Constants.cs index 20d8b8261..2953e4329 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Search/Constants.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Search/Constants.cs @@ -1,16 +1,18 @@ -using System; +using System; using System.Collections.Generic; using System.Text; namespace Flow.Launcher.Plugin.Explorer.Search { - public static class Constants + internal static class Constants { - public const string FolderImagePath = "Images\\folder.png"; - public const string FileImagePath = "Images\\file.png"; - public const string DeleteFileFolderImagePath = "Images\\deletefilefolder.png"; - public const string CopyImagePath = "Images\\copy.png"; - public const string IndexImagePath = "Images\\index.png"; + internal const string FolderImagePath = "Images\\folder.png"; + internal const string FileImagePath = "Images\\file.png"; + internal const string DeleteFileFolderImagePath = "Images\\deletefilefolder.png"; + internal const string CopyImagePath = "Images\\copy.png"; + internal const string IndexImagePath = "Images\\index.png"; + + internal const string DefaultFolderSubtitleString = "Ctrl + Enter to open the directory"; internal static readonly char[] SpecialSearchChars = new char[] {