new: tap server tab net io view to switch type

This commit is contained in:
lollipopkit
2023-11-01 00:38:51 -06:00
parent a363e97dd4
commit 37e5c4d092
5 changed files with 109 additions and 53 deletions

View File

@@ -211,7 +211,7 @@ class _SettingPageState extends State<SettingPage> {
Widget _buildServer() {
return Column(
children: [
_buildMoveOutServerFuncBtns(),
_buildServerFuncBtns(),
_buildSequence(),
_buildNetViewType(),
_buildUpdateInterval(),
@@ -926,9 +926,13 @@ class _SettingPageState extends State<SettingPage> {
);
}
Widget _buildMoveOutServerFuncBtns() {
Widget _buildServerFuncBtns() {
return ExpandTile(
title: Text(l10n.serverFuncBtns),
subtitle: Text(
'${l10n.location} / ${l10n.displayName}',
style: UIs.textSize13Grey,
),
children: [
ListTile(
title: Text(l10n.location),