mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-04 12:24:47 +00:00
Added do not remember version
This commit is contained in:
parent
d9af69a240
commit
2ee2eafdca
4 changed files with 50 additions and 5 deletions
|
@ -120,7 +120,7 @@ class _BaseState extends State<Base> with WidgetsBindingObserver {
|
|||
|
||||
final result = await checkInstallationSource();
|
||||
|
||||
if (result != null) {
|
||||
if (result != null && widget.appConfigProvider.doNotRememberVersion != result.tagName) {
|
||||
await showDialog(
|
||||
context: context,
|
||||
builder: (context) => UpdateModal(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue