mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-04 20:30:35 +00:00
Fixed updater
This commit is contained in:
parent
33840c2c90
commit
71853d678a
8 changed files with 131 additions and 87 deletions
|
@ -199,7 +199,7 @@ class AppConfigProvider with ChangeNotifier {
|
|||
}
|
||||
}
|
||||
|
||||
void setAppUpdatesAvailable(GitHubRelease value) {
|
||||
void setAppUpdatesAvailable(GitHubRelease? value) {
|
||||
_appUpdatesAvailable = value;
|
||||
notifyListeners();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue