diff --git a/App.xaml.cs b/App.xaml.cs index e629220..efe2d6f 100644 --- a/App.xaml.cs +++ b/App.xaml.cs @@ -1,15 +1,11 @@ -using System; -using System.Diagnostics; -using System.Windows; +using System.Windows; using Hardcodet.Wpf.TaskbarNotification; // todo: // -// * finish correct refresh of mpd // * show mpd version // * change volume offset -// * fix window resize -// * show covers +// * fix window resize (if it still happens?) namespace unison { diff --git a/Views/MainWindow.xaml b/Views/MainWindow.xaml index fe4ce37..6e5a71d 100644 --- a/Views/MainWindow.xaml +++ b/Views/MainWindow.xaml @@ -38,45 +38,45 @@ - + - - - - - + + - + - + - - + + diff --git a/Views/MainWindow.xaml.cs b/Views/MainWindow.xaml.cs index 8b304d2..5cc72d7 100644 --- a/Views/MainWindow.xaml.cs +++ b/Views/MainWindow.xaml.cs @@ -81,9 +81,9 @@ namespace unison } if (mpd.IsPlaying()) - PauseButtonEmoji.Text = "⏸️"; + PlayPause.Text = "\xedb4"; else - PauseButtonEmoji.Text = "▶️"; + PlayPause.Text = "\xedb5"; SnapcastHandler snapcast = (SnapcastHandler)Application.Current.Properties["snapcast"]; if (snapcast.Started)