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:
parent
5f22d25559
commit
55e3babc5b
11 changed files with 65 additions and 43 deletions
|
@ -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}";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue