mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-06-28 20:09:51 +00:00
Bug fixes
This commit is contained in:
parent
0e6cde57f0
commit
e5a971f3a3
6 changed files with 273 additions and 274 deletions
|
@ -214,7 +214,7 @@ class _MainState extends State<Main> with WidgetsBindingObserver {
|
|||
isBeta: appConfigProvider.getAppInfo!.version.contains('beta'),
|
||||
);
|
||||
if (result != null && appConfigProvider.doNotRememberVersion != result.tagName && mounted) {
|
||||
await showDialog(
|
||||
showDialog(
|
||||
context: context,
|
||||
builder: (context) => UpdateModal(
|
||||
gitHubRelease: result,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue