mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove missing template file short circuit logic
This commit is contained in:
parent
1cafae8278
commit
93100c0330
1 changed files with 0 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue