mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-04 12:24:47 +00:00
Fixed most of the warnings
This commit is contained in:
parent
715ca0ab3f
commit
f7c3ba0374
87 changed files with 252 additions and 250 deletions
|
@ -11,10 +11,10 @@ class UpdateModal extends StatefulWidget {
|
|||
final void Function(String, String) onDownload;
|
||||
|
||||
const UpdateModal({
|
||||
Key? key,
|
||||
super.key,
|
||||
required this.gitHubRelease,
|
||||
required this.onDownload,
|
||||
}) : super(key: key);
|
||||
});
|
||||
|
||||
@override
|
||||
State<UpdateModal> createState() => _UpdateModalState();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue