Skip to content

Commit

Permalink
Merge pull request #7 from Andrej730/patch-1
Browse files Browse the repository at this point in the history
Fix small error on addon unregister
  • Loading branch information
C-Claus authored Oct 30, 2023
2 parents 419d2af + c692faf commit 5ccff58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def unregister():
from . import ui
from . import operator
prop.unregister()
operator.register()
operator.unregister()
ui.unregister()

if __name__ == '__main__':
Expand Down

0 comments on commit 5ccff58

Please sign in to comment.