work
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using System.Collections.ObjectModel;
|
||||
using System.ComponentModel;
|
||||
using ModpackUpdater.Apps.Manager.Api.Model;
|
||||
using ModpackUpdater.Apps.Manager.LangRes;
|
||||
using PropertyChanged;
|
||||
|
||||
namespace ModpackUpdater.Apps.Manager.Ui.Models.MainWindow;
|
||||
@@ -37,7 +38,7 @@ public class MainWindowViewModel : INotifyPropertyChanged
|
||||
currentTreeNodes =
|
||||
[
|
||||
new ActionSetTreeNode(currentWorkspace.InstallInfos),
|
||||
new SimpleMainWindowTreeNode("Updates")
|
||||
new SimpleMainWindowTreeNode(GeneralLangRes.Updates)
|
||||
{
|
||||
Image = AppGlobals.Symbols.GetImageSource(AppSymbols.update_done),
|
||||
Nodes = [.. currentWorkspace.UpdateInfos.Updates.Select(n => new ActionSetTreeNode(n))],
|
||||
|
||||
Reference in New Issue
Block a user