feat: Add category performance, update WebUI and OpenRouter integration, fix bugs
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user