Rename LazyConfig to AppHandler
This commit is contained in:
@@ -16,7 +16,7 @@ namespace v2rayN.Desktop.ViewModels
|
||||
|
||||
public AppViewModel()
|
||||
{
|
||||
_config = LazyConfig.Instance.Config;
|
||||
_config = AppHandler.Instance.Config;
|
||||
_noticeHandler = Locator.Current.GetService<NoticeHandler>();
|
||||
|
||||
AddServerViaClipboardCmd = ReactiveCommand.Create(() =>
|
||||
|
||||
@@ -21,7 +21,7 @@ namespace v2rayN.Desktop.ViewModels
|
||||
|
||||
public ThemeSettingViewModel()
|
||||
{
|
||||
_config = LazyConfig.Instance.Config;
|
||||
_config = AppHandler.Instance.Config;
|
||||
_noticeHandler = Locator.Current.GetService<NoticeHandler>();
|
||||
|
||||
BindingUI();
|
||||
|
||||
Reference in New Issue
Block a user