We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c66eba commit 033e319Copy full SHA for 033e319
1 file changed
QuickLook/App.xaml.cs
@@ -341,6 +341,7 @@ private void CheckUpdate()
341
342
private void CheckAndRegisterPluginIcon()
343
{
344
+ // TODO: only /register-plugin-icon command to register plugin icon immediately, and can be removed
345
_ = Task.Delay(3000).ContinueWith(_ => PluginIconRegistrationHelper.CheckAndRegisterPluginIcon());
346
}
347
0 commit comments