Skip to content

Commit 12e0cc7

Browse files
committed
Tidy the shell index wording and the tray test's usings
1 parent 403dab7 commit 12e0cc7

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/ARCHITECTURE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
586586
paragraphs that say what the player does with them, so a reader after the shell rather than the
587587
numbers can go straight there:
588588

src/Sendspin.Ui.Tests/TrayMenuTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
using Avalonia.Threading;
33
using Microsoft.Extensions.Logging.Abstractions;
44
using Sendspin.Player;
5+
using Sendspin.Player.ViewModels;
56
using Xunit;
67

78
namespace 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
{

0 commit comments

Comments
 (0)