mirror of
https://github.com/wanghongenpin/proxypin.git
synced 2026-05-20 16:15:47 +08:00
headers默认展开配置
This commit is contained in:
@@ -5,6 +5,7 @@ import 'package:network_proxy/network/http/http.dart';
|
||||
import 'package:network_proxy/network/http/websocket.dart';
|
||||
import 'package:network_proxy/ui/component/share.dart';
|
||||
import 'package:network_proxy/ui/component/utils.dart';
|
||||
import 'package:network_proxy/ui/configuration.dart';
|
||||
import 'package:network_proxy/utils/lang.dart';
|
||||
import 'package:network_proxy/utils/platform.dart';
|
||||
|
||||
@@ -270,7 +271,7 @@ class NetworkTabState extends State<NetworkTabController> with SingleTickerProvi
|
||||
Widget headerWidget = ExpansionTile(
|
||||
tilePadding: const EdgeInsets.only(left: 0),
|
||||
title: Text("$type Headers", style: const TextStyle(fontWeight: FontWeight.w500, fontSize: 14)),
|
||||
initiallyExpanded: true,
|
||||
initiallyExpanded: AppConfiguration.current?.headerExpanded ?? true,
|
||||
shape: const Border(),
|
||||
children: headers);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user