mirror of
https://github.com/bolucat/Archive.git
synced 2025-10-23 16:23:27 +08:00
Update On Mon Oct 7 20:33:43 CEST 2024
This commit is contained in:
@@ -22,9 +22,8 @@ namespace ServiceLib.ViewModels
|
||||
|
||||
public BackupAndRestoreViewModel(Func<EViewAction, object?, Task<bool>>? updateView)
|
||||
{
|
||||
_config = LazyConfig.Instance.Config;
|
||||
_config = AppHandler.Instance.Config;
|
||||
_updateView = updateView;
|
||||
_noticeHandler = Locator.Current.GetService<NoticeHandler>();
|
||||
|
||||
WebDavCheckCmd = ReactiveCommand.CreateFromTask(async () =>
|
||||
{
|
||||
|
Reference in New Issue
Block a user