We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee66d7c commit e26fe67Copy full SHA for e26fe67
src/main.ts
@@ -667,7 +667,6 @@ export default class GistrPlugin extends Plugin
667
new Notification( lng( "ver_update_beta_dn_title", this.manifest.name ),
668
{
669
body: lng( "ver_update_beta_dn_msg", ver_running, ver_beta ),
670
- image: AssetGithubIcon,
671
icon: AssetGithubIcon,
672
badge: AssetGithubIcon,
673
} )
@@ -679,7 +678,6 @@ export default class GistrPlugin extends Plugin
679
678
new Notification( lng( "ver_update_stable_dn_title", this.manifest.name ),
680
681
body: lng( "ver_update_stable_dn_msg", ver_running, ver_stable ),
682
683
684
685
0 commit comments