mirror of
https://github.com/arsenetar/dupeguru-cocoa.git
synced 2026-01-22 14:41:40 +00:00
Update to work with latest changes in dupeguru
This commit is contained in:
@@ -181,7 +181,7 @@ class PyTable(PyGUIObject):
|
||||
|
||||
#--- Cocoa --> Python
|
||||
def columns(self) -> pyref:
|
||||
return self.model.columns
|
||||
return self.model._columns
|
||||
|
||||
def add(self):
|
||||
self.model.add()
|
||||
|
||||
Reference in New Issue
Block a user