Flow.Launcher/Plugins/Flow.Launcher.Plugin.Sys/SettingsViewModel.cs
2026-02-20 17:06:31 +09:00

9 lines
164 B
C#

namespace Flow.Launcher.Plugin.Sys
{
public class SettingsViewModel(Settings settings)
{
public Settings Settings { get; } = settings;
}
}