Compare commits

..

3 commits

Author SHA1 Message Date
DHR60
ea857861d0
Merge 11924b545f into 5d6c5da9d9 2025-09-29 06:05:21 +08:00
2dust
5d6c5da9d9 up 7.15.0
Some checks failed
release Linux / build (Release) (push) Has been cancelled
release macOS / build (Release) (push) Has been cancelled
release Windows desktop (Avalonia UI) / build (Release) (push) Has been cancelled
release Windows / build (Release) (push) Has been cancelled
2025-09-28 19:12:58 +08:00
2dust
ade2db3903 Code clean 2025-09-28 19:12:17 +08:00
5 changed files with 3 additions and 6 deletions

View file

@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Version>7.14.12</Version>
<Version>7.15.0</Version>
</PropertyGroup>
<PropertyGroup>

View file

@ -1,5 +1,3 @@
using System.Reactive;
namespace ServiceLib.Manager;
public sealed class AppManager

View file

@ -338,6 +338,6 @@ public class CheckUpdateViewModel : MyReactiveObject
{
return;
}
found.Remarks = model.Remarks;
found.Remarks = model.Remarks;
}
}

View file

@ -1,4 +1,3 @@
using System.Reactive;
using Avalonia;
using Avalonia.Controls.ApplicationLifetimes;
using Avalonia.Markup.Xaml;

View file

@ -19,7 +19,7 @@ public partial class StatusBarView : ReactiveUserControl<StatusBarViewModel>
InitializeComponent();
_config = AppManager.Instance.Config;
ViewModel = StatusBarViewModel.Instance;
ViewModel?.InitUpdateView(UpdateViewHandler);