i am my own handicap (took me quite literally >10 hours to just default add a blank line to the listbox (didn't even think of it))

This commit is contained in:
random() 2025-04-29 22:45:29 -06:00
parent 5f22d25559
commit 55e3babc5b
11 changed files with 65 additions and 43 deletions

View file

@ -11,7 +11,7 @@ namespace JellyfinRPC
public static void WriteStatusLine(string Status)
{
MainForm = new Form1();
MainForm.label1.Text = $"Current Status - {Status}";
MainForm.toolStripStatusLabel1.Text = $"Current Status - {Status}";
}
}
}