Skip to content

Commit 3fd1021

Browse files
committed
Changing variable to const
1 parent e6d5d7c commit 3fd1021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/Wox.Plugin.Folder/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class Main : IPlugin, ISettingProvider, IPluginI18n, ISavable, IContextMe
1919

2020
private string DefaultFolderSubtitleString = "Ctrl + Enter to open the directory";
2121

22-
private static string _fileExplorerProgramName = "explorer";
22+
private const string _fileExplorerProgramName = "explorer";
2323
private static List<string> _driverNames;
2424
private PluginInitContext _context;
2525

0 commit comments

Comments
 (0)