Skip to content

Commit

Permalink
Add Conf-Import to textfile handler
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Kraft committed Jan 16, 2024
1 parent 785f560 commit f991f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odmf/webpage/filemanager/filehandlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def get_action_buttons(self, path: Path):

class TextFileHandler(BaseFileHandler):
icon = 'file-alt'
actions = ()
actions = fa.ConfImportAction(),
def __init__(self, pattern: str):
super().__init__(pattern)

Expand Down

0 comments on commit f991f65

Please sign in to comment.