This commit is contained in:
lollipopkit
2023-06-05 16:42:53 +08:00
5 changed files with 9 additions and 9 deletions

View File

@@ -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,