mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-06-02 21:02:18 +00:00
Small fix
This commit is contained in:
parent
7fad3100b2
commit
0392639db2
2 changed files with 1 additions and 3 deletions
|
@ -325,7 +325,7 @@
|
|||
"updating": "Actualizando valores...",
|
||||
"blockedServicesUpdated": "Servicios bloqueados actualizados correctamente",
|
||||
"blockedServicesNotUpdated": "No se pudieron actualizar los servicios bloqueados",
|
||||
"insertDomain": "Inserta un dominio para comprobar su estado,",
|
||||
"insertDomain": "Inserta un dominio para comprobar su estado.",
|
||||
"dhcpSettings": "Configuración de DHCP",
|
||||
"dhcpSettingsDescription": "Configura el servidor DHCP",
|
||||
"dhcpSettingsNotLoaded": "No se ha podido cargar la configuración de DHCP",
|
||||
|
|
|
@ -144,8 +144,6 @@ class _FiltersWidgetState extends State<FiltersWidget> with TickerProviderStateM
|
|||
builder: (context) => const CheckHostModal(),
|
||||
backgroundColor: Colors.transparent,
|
||||
isScrollControlled: true,
|
||||
isDismissible: false,
|
||||
enableDrag: false
|
||||
);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue