Skip to content

Commit

Permalink
svg -> th2: Sort -projection to the front
Browse files Browse the repository at this point in the history
  • Loading branch information
speleo3 committed Nov 27, 2024
1 parent 42706a6 commit a1ca5aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extensions/th2ex.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,8 @@ def key_options_item(item: Tuple[str, OptionValue]) -> tuple:
return '0' + item[0], item[1]
if item[0] == 'close':
return '1' + item[0], item[1]
if item[0] == 'projection': # scrap
return '1' + item[0], item[1]
return item


Expand Down

0 comments on commit a1ca5aa

Please sign in to comment.