mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
#76 add translation
This commit is contained in:
@@ -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>(
|
||||
|
||||
Reference in New Issue
Block a user