Skip to content

Commit 5cb53fc

Browse files
committed
Fix visible_settings
1 parent 4be12f5 commit 5cb53fc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CP5/active_plugins/HelloWorld.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ def create_settings(self):
3939

4040
def settings(self):
4141
return super().settings() + [self.overlay_text]
42+
43+
# normally unnecessary, but ImageProcessing defines this so we have to too
44+
def visible_settings(self):
45+
return self.settings()
4246

4347
def run(self, workspace):
4448
self.function = self.place_text_on_image

0 commit comments

Comments
 (0)