fix translation (german), use save icon for servers & snippets
This commit is contained in:
@@ -644,7 +644,7 @@ class _SettingPageState extends State<SettingPage> {
|
||||
},
|
||||
).toList();
|
||||
return ListTile(
|
||||
title: Text(_s.editor + _s.theme),
|
||||
title: Text("${_s.editor} ${_s.theme}"),
|
||||
trailing: PopupMenuButton(
|
||||
key: editorThemeKey,
|
||||
itemBuilder: (BuildContext context) => items,
|
||||
|
||||
Reference in New Issue
Block a user