mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
Remove instance logic for BinaryStorage and JsonStorage, part 1
1. part of #389 2. huge refactoring
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Wox.Core.UserSettings
|
||||
public class HttpProxy : IHttpProxy
|
||||
{
|
||||
private static readonly HttpProxy instance = new HttpProxy();
|
||||
public UserSettingStorage Settings { get; set; }
|
||||
public Settings Settings { get; set; }
|
||||
public static HttpProxy Instance => instance;
|
||||
|
||||
public bool Enabled => Settings.ProxyEnabled;
|
||||
|
||||
Reference in New Issue
Block a user