mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-22 00:54:26 +08:00
settings_re4
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using LanMountainDesktop.Services.Settings;
|
||||
|
||||
namespace LanMountainDesktop.Services;
|
||||
|
||||
internal static class HostComponentSettingsStoreProvider
|
||||
{
|
||||
private static readonly IComponentInstanceSettingsStore Instance =
|
||||
new ComponentSettingsService(HostSettingsFacadeProvider.GetOrCreate().Settings);
|
||||
|
||||
public static IComponentInstanceSettingsStore GetOrCreate()
|
||||
{
|
||||
return Instance;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user