1
0
mirror of https://github.com/yattee/yattee.git synced 2024-12-13 22:00:31 +05:30

Don't observe favorites settings change

This commit is contained in:
Arkadiusz Fal 2023-07-22 21:31:52 +02:00
parent 4cabfb7733
commit 44045b9e19

View File

@ -105,12 +105,6 @@ struct FavoriteItemView: View {
reloadVisibleWatches()
}
}
.onAppear {
Defaults.observe(.widgetsSettings) { _ in
watchModel.watchesChanged()
}
.tieToLifetime(of: accounts)
}
}
var emptyItemsText: String {