Remove missing template file short circuit logic

This commit is contained in:
Garulf 2023-11-18 18:43:42 -05:00
parent 1cafae8278
commit 93100c0330

View file

@ -126,8 +126,6 @@ namespace Flow.Launcher.Core.Plugin
private async Task InitSettingAsync()
{
if (!File.Exists(SettingConfigurationPath))
return;
var deserializer = new DeserializerBuilder().WithNamingConvention(CamelCaseNamingConvention.Instance)
.Build();