Skip to content

Commit

Permalink
change: modify Notification to conform with typescript v5 rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetherinox committed Mar 31, 2024
1 parent ee66d7c commit e26fe67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,6 @@ export default class GistrPlugin extends Plugin
new Notification( lng( "ver_update_beta_dn_title", this.manifest.name ),
{
body: lng( "ver_update_beta_dn_msg", ver_running, ver_beta ),
image: AssetGithubIcon,
icon: AssetGithubIcon,
badge: AssetGithubIcon,
} )
Expand All @@ -679,7 +678,6 @@ export default class GistrPlugin extends Plugin
new Notification( lng( "ver_update_stable_dn_title", this.manifest.name ),
{
body: lng( "ver_update_stable_dn_msg", ver_running, ver_stable ),
image: AssetGithubIcon,
icon: AssetGithubIcon,
badge: AssetGithubIcon,
} )
Expand Down

0 comments on commit e26fe67

Please sign in to comment.