#76 add translation

This commit is contained in:
lollipopkit
2023-07-21 14:40:04 +08:00
parent b443870e62
commit aac556f769
9 changed files with 23 additions and 1 deletions

View File

@@ -906,7 +906,7 @@ class _SettingPageState extends State<SettingPage> {
))
.toList();
return ListTile(
title: Text('net view type'),
title: Text(_s.netViewType),
trailing: ValueBuilder(
listenable: _netViewType,
build: () => PopupMenuButton<NetViewType>(