mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Changing variable to const
This commit is contained in:
parent
e6d5d7cba4
commit
3fd1021b55
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue