Skip to content

Commit

Permalink
Fix sync: change calendar name
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvladus committed Oct 18, 2023
1 parent df9f0c1 commit 1f8f961
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +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.sync(True)

@Gtk.Template.Callback()
Expand Down

0 comments on commit 1f8f961

Please sign in to comment.