Merge branch 'main' of https://github.com/lollipopkit/flutter_server_box
This commit is contained in:
@@ -637,7 +637,7 @@ class _SettingPageState extends State<SettingPage> {
|
||||
},
|
||||
).toList();
|
||||
return ListTile(
|
||||
title: Text(_s.editor + _s.theme),
|
||||
title: Text("${_s.editor} ${_s.theme}"),
|
||||
trailing: ValueBuilder(listenable: _editorTheme, build: () => PopupMenuButton(
|
||||
key: editorThemeKey,
|
||||
itemBuilder: (BuildContext context) => items,
|
||||
|
||||
Reference in New Issue
Block a user