mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
fix translation (german), use save icon for servers & snippets
This commit is contained in:
@@ -66,7 +66,7 @@ class _SnippetEditPageState extends State<SnippetEditPage>
|
||||
Widget _buildFAB() {
|
||||
return FloatingActionButton(
|
||||
heroTag: 'snippet',
|
||||
child: const Icon(Icons.send),
|
||||
child: const Icon(Icons.save),
|
||||
onPressed: () {
|
||||
final name = _nameController.text;
|
||||
final script = _scriptController.text;
|
||||
|
||||
Reference in New Issue
Block a user