Skip to content

Commit

Permalink
Update MainWindow.xaml.cs
Browse files Browse the repository at this point in the history
Added default message when using paused messages.
  • Loading branch information
VespeiProjects authored Oct 12, 2022
1 parent 96ee391 commit 7db9171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace SpotifyOSC_WPF
public partial class MainWindow : AcrylicWindow
{
private bool foundSpotify = false;
private (string lastSong, string lastFormat) lastListen = ("", "");
private (string lastSong, string lastFormat) lastListen = ("", "No Cached Song");
private bool typingState = true;
private bool saveState = false;
private bool prefixState = true;
Expand Down

0 comments on commit 7db9171

Please sign in to comment.