mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-15 06:22:48 +00:00
Adapt ui to support text scale
This commit is contained in:
parent
bddfac7e72
commit
c9c960d1ee
23 changed files with 624 additions and 495 deletions
|
@ -13,11 +13,11 @@ class SelectInterfaceModal extends StatelessWidget {
|
|||
final bool dialog;
|
||||
|
||||
const SelectInterfaceModal({
|
||||
Key? key,
|
||||
super.key,
|
||||
required this.interfaces,
|
||||
required this.onSelect,
|
||||
required this.dialog
|
||||
}) : super(key: key);
|
||||
});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue