Skip to content

Commit ab2aa3a

Browse files
committed
- Updated readme screenshot.
1 parent 4eb0f1a commit ab2aa3a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ A list of open tasks can be found on our [issues page](https://github.com/markja
2222

2323
## Screenshot
2424

25-
<img src="https://user-images.githubusercontent.com/20845425/97815753-61e78b00-1c5e-11eb-8800-35ad232b44b2.png" alt="Screenshot of MusicSharp">
25+
<img src="https://user-images.githubusercontent.com/20845425/97947646-ecfa7b00-1d5b-11eb-8337-49e1acf3f3ea.png" alt="Screenshot of MusicSharp">

src/view/Gui.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ public Gui(IPlayer player)
3434
this.player = player;
3535
}
3636

37+
/// <summary>
38+
/// Gets and sets the current audio file play progress.
39+
/// </summary>
3740
internal ProgressBar AudioProgressBar { get; private set; }
3841

3942
/// <summary>
@@ -61,7 +64,7 @@ public void Start()
6164
{
6265
new MenuItem("_About MusicSharp", string.Empty, () =>
6366
{
64-
MessageBox.Query("Music Sharp 0.6.0", "\nMusic Sharp is a lightweight CLI\n music player written in C#.\n\nDeveloped by Mark-James McDougall\nand licensed under the GPL v3.\n ", "Close");
67+
MessageBox.Query("Music Sharp 0.6.6", "\nMusic Sharp is a lightweight CLI\n music player written in C#.\n\nDeveloped by Mark-James McDougall\nand licensed under the GPL v3.\n ", "Close");
6568
}),
6669
}),
6770
});

0 commit comments

Comments
 (0)