Skip to content

Commit

Permalink
Remove unnecessary window deletion in window close handler.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsheeler committed Aug 21, 2024
1 parent dda153d commit 6201545
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/prefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,6 @@ export default class GravatarPreferences extends ExtensionPreferences {
window.settings.set_double("prefs-default-width", currentWidth);
window.settings.set_double("prefs-default-height", currentHeight);
}
window.destroy();
});

}
}

0 comments on commit 6201545

Please sign in to comment.