Changing variable to const

This commit is contained in:
Barbara Kudiess 2020-03-03 15:55:11 -08:00
parent e6d5d7cba4
commit 3fd1021b55

View file

@ -19,7 +19,7 @@ namespace Wox.Plugin.Folder
private string DefaultFolderSubtitleString = "Ctrl + Enter to open the directory";
private static string _fileExplorerProgramName = "explorer";
private const string _fileExplorerProgramName = "explorer";
private static List<string> _driverNames;
private PluginInitContext _context;