Add TODO for /register-plugin-icon command
build / build (push) Has been cancelled
build / publish (push) Has been cancelled

This commit is contained in:
ema
2026-03-19 02:30:33 +08:00
parent 9c66eba82e
commit 033e319fd9
+1
View File
@@ -341,6 +341,7 @@ public partial class App : Application
private void CheckAndRegisterPluginIcon()
{
// TODO: only /register-plugin-icon command to register plugin icon immediately, and can be removed
_ = Task.Delay(3000).ContinueWith(_ => PluginIconRegistrationHelper.CheckAndRegisterPluginIcon());
}