Skip to content

Commit

Permalink
Update menuinst/platforms/linux.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp authored Jul 31, 2024
1 parent d7c6a08 commit ca2c7c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion menuinst/platforms/linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ def _register_mime_types(self, mime_types: Iterable[str], register: bool = True)
if mime_type not in defaults:
# Do not override existing defaults
defaults[mime_type] = self.location.name
added = config["Added Associations"]
if mime_type in added and self.location.name not in added[mime_type]:
added[mime_type] = f"{added[mime_type]};{self.location.name}"
else:
Expand Down

0 comments on commit ca2c7c8

Please sign in to comment.