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