feat: Add category performance, update WebUI and OpenRouter integration, fix bugs

This commit is contained in:
Richard
2026-07-05 14:13:16 +02:00
parent d102af2965
commit e9e9ce0d5a
30 changed files with 2302 additions and 54 deletions
+2 -2
View File
@@ -175,7 +175,7 @@ public partial class MainForm : Form
}
}
private async void syncMarketsaToolStripMenuItem_Click(object sender, EventArgs e)
private async void syncMarketsaToolStripMenuItem_Click(object? sender, EventArgs e)
{
if (_workerRunning)
{
@@ -207,7 +207,7 @@ public partial class MainForm : Form
}
}
private async void btn_dbUpdate_Click(object sender, EventArgs e)
private async void btn_dbUpdate_Click(object? sender, EventArgs e)
{
if (_workerRunning)
{