Skip to content

Commit

Permalink
add a settings version
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Dec 17, 2024
1 parent 4e7393a commit 77fc1eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions orangecontrib/spectroscopy/widgets/owpolar.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,8 @@ class OWPolar(OWWidget, ConcurrentWidgetMixin):

icon = "icons/polar.svg"

settings_version = 2

# Define inputs and outputs
class Inputs:
data = MultiInput("Data", Orange.data.Table, default=True)
Expand Down

0 comments on commit 77fc1eb

Please sign in to comment.