Skip to content

Commit

Permalink
chore: Add braces around if
Browse files Browse the repository at this point in the history
  • Loading branch information
DineshSolanki committed Jul 27, 2024
1 parent 2cc7282 commit e3efd42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions FoliCon/ViewModels/MainWindowViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,9 @@ private void MakeIcons()
CustomMessageBox.Ask(
$"{LangProvider.GetLang("IconReloadMayTakeTime")} {Environment.NewLine}{LangProvider.GetLang("ToForceReload")} {Environment.NewLine}{LangProvider.GetLang("ConfirmToOpenFolder")}",
LangProvider.GetLang("IconCreated"))) == MessageBoxResult.Yes)
{
ProcessUtils.StartProcess(SelectedFolder + Path.DirectorySeparatorChar);
}
}

private async Task InitializeClientObjects()
Expand Down

0 comments on commit e3efd42

Please sign in to comment.