Skip to content

Commit e28906d

Browse files
committed
rename method
1 parent e1e8951 commit e28906d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Flow.Launcher.Core/ExternalPlugins/Environments/AbstractPluginEnvironment.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ private string GetFileFromDialog(string title, string filter = "")
162162
/// need to update each plugin's executable path so user will not be prompted again to reinstall the environments.
163163
/// </summary>
164164
/// <param name="settings"></param>
165-
public static void PreStartPluginFilePathCorrection(Settings settings)
165+
public static void PreStartPluginExecutablePathUpdate(Settings settings)
166166
{
167167
if (DataLocation.PortableDataLocationInUse())
168168
{

Flow.Launcher/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ await Stopwatch.NormalAsync("|App.OnStartup|Startup cost", async () =>
6262
_settingsVM = new SettingWindowViewModel(_updater, _portable);
6363
_settings = _settingsVM.Settings;
6464

65-
AbstractPluginEnvironment.PreStartPluginFilePathCorrection(_settings);
65+
AbstractPluginEnvironment.PreStartPluginExecutablePathUpdate(_settings);
6666

6767
_alphabet.Initialize(_settings);
6868
_stringMatcher = new StringMatcher(_alphabet);

0 commit comments

Comments
 (0)