File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -582,7 +582,7 @@ the host's and the shell cannot follow a path into it.
582582
583583## UI shell
584584
585- ** What shipped, by paragraph.** The measurements below are long; these are the six "As shipped"
585+ ** What shipped, by paragraph.** The measurements below are long; these are the "As shipped"
586586paragraphs that say what the player does with them, so a reader after the shell rather than the
587587numbers can go straight there:
588588
Original file line number Diff line number Diff line change 22using Avalonia . Threading ;
33using Microsoft . Extensions . Logging . Abstractions ;
44using Sendspin . Player ;
5+ using Sendspin . Player . ViewModels ;
56using Xunit ;
67
78namespace Sendspin . Ui . Tests ;
@@ -107,7 +108,7 @@ private Tray(TrayIconController controller, ShellGraph graph)
107108
108109 public TrayIconController Controller { get ; }
109110
110- public Sendspin . Player . ViewModels . MainViewModel ViewModel { get ; }
111+ public MainViewModel ViewModel { get ; }
111112
112113 public static Tray Attach ( )
113114 {
You can’t perform that action at this time.
0 commit comments