iOS Generate new root certificate

This commit is contained in:
wanghongenpin
2024-10-21 17:55:48 +08:00
parent 82cb8b5274
commit 6069cf7233
5 changed files with 24 additions and 19 deletions

View File

@@ -327,6 +327,7 @@ class NetworkTabState extends State<NetworkTabController> with SingleTickerProvi
headers.add(Row(children: [
SelectableText(name, contextMenuBuilder: contextMenu, style: nameStyle),
const Text(": ", style: nameStyle),
if (Platforms.isDesktop()) SizedBox(width: 5),
Expanded(
child: SelectableText(v, style: textStyle, contextMenuBuilder: contextMenu, maxLines: 8, minLines: 1)),
]));