Flow.Launcher/Plugins/Flow.Launcher.Plugin.Sys/SettingsViewModel.cs
2026-02-21 14:51:20 +08:00

7 lines
162 B
C#

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