Skip to content
This repository was archived by the owner on Oct 12, 2020. It is now read-only.

Commit 18bd316

Browse files
author
c0derMo
committed
- Added "About" context menu item
- Added "Bugs" context menu item - Moved the three dots image to background
1 parent 7a29511 commit 18bd316

File tree

2 files changed

+46
-16
lines changed

2 files changed

+46
-16
lines changed

SpotifyNowPlaying/SpotifyNowPlaying/NowPlayingInterface.Designer.cs

Lines changed: 36 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SpotifyNowPlaying/SpotifyNowPlaying/NowPlayingInterface.cs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,5 +188,15 @@ private void exitToolStripMenuItem_Click(object sender, EventArgs e)
188188
{
189189
Application.Exit();
190190
}
191+
192+
private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
193+
{
194+
MessageBox.Show("SpotifyNowPlaying v1.0.1\nBy c0derMo");
195+
}
196+
197+
private void bugsToolStripMenuItem_Click(object sender, EventArgs e)
198+
{
199+
System.Diagnostics.Process.Start("https://github.com/c0derMo/SpotifyNowPlaying/issues");
200+
}
191201
}
192202
}

0 commit comments

Comments
 (0)