1
0

Merge pull request #9846 from accumulator/qt_paytoedit_completer

qt: implement completer for PayToEdit
This commit is contained in:
ThomasV
2025-05-21 09:52:57 +02:00
committed by GitHub
2 changed files with 37 additions and 3 deletions

View File

@@ -63,6 +63,7 @@ class Contacts(dict, Logger):
def save(self):
self.db.put('contacts', dict(self))
trigger_callback('contacts_updated')
def import_file(self, path):
data = read_json_file(path)