Clean up codes

This commit is contained in:
Jack251970 2025-03-13 22:02:45 +08:00
parent 01e8be779c
commit 8335821ad0

View file

@ -1,21 +1,12 @@
using Flow.Launcher.Infrastructure.Storage;
namespace Flow.Launcher.Plugin.WebSearch
namespace Flow.Launcher.Plugin.WebSearch
{
public class SettingsViewModel
{
private readonly PluginJsonStorage<Settings> _storage;
public SettingsViewModel(Settings settings)
{
Settings = settings;
}
public Settings Settings { get; }
public void Save()
{
_storage.Save();
}
}
}
}