1
0
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:
2021-08-25 21:40:58 -05:00
parent 8abf4de916
commit 01b4610956
4 changed files with 4 additions and 4 deletions

View File

@@ -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()