Remove save function from loop

This commit is contained in:
Garulf 2023-11-18 23:15:39 -05:00
parent 5c90946a6e
commit a86e7bcaa9

View file

@ -83,8 +83,8 @@ namespace Flow.Launcher.Core.Plugin
break;
}
}
Save();
}
Save();
}
public async Task SaveAsync()