Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvladus committed Oct 18, 2023
1 parent 1f8f961 commit f6e0851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def on_cal_name_changed(self, *args):
data: dict = UserData.get()
data["tasks"] = [task for task in data["tasks"] if not task["synced_caldav"]]
UserData.set(data)
Sync.init(self.window)
Sync.init()
Sync.sync(True)

@Gtk.Template.Callback()
Expand Down

0 comments on commit f6e0851

Please sign in to comment.