Skip to content

Commit

Permalink
Remove unnecessary deletion of window 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 efbcebd commit 6e357f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/prefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -552,8 +552,7 @@ export default class CoverflowAltTabPreferences extends ExtensionPreferences {
settings.set_double("prefs-default-width", currentWidth);
settings.set_double("prefs-default-height", currentHeight);
}
window.destroy();
});
});
}
}

Expand Down

0 comments on commit 6e357f8

Please sign in to comment.