all of them

This commit is contained in:
Florian Stinglmayr 2024-09-18 21:38:21 +02:00
parent 262182cfaf
commit 6fd5bbc582

View File

@ -652,7 +652,7 @@ public partial class MainWindow : MetroWindow {
PostToDiscord.Items.Add(new Separator());
menu = new MenuItem();
menu.Header = "Post To All";
menu.Header = "All";
menu.Click += PostToAll_Click;
PostToDiscord.Items.Add(menu);
}