Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion DeDRM_plugin/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,13 @@ def checkForDeACSMkeys():
return None, None



class ConfigWidget(QWidget):
def __init__(self, plugin_path, alfdir):
QWidget.__init__(self)
super().__init__()
self.plugin_path = plugin_path
self.alfdir = alfdir


self.plugin_path = plugin_path
self.alfdir = alfdir
Expand Down