opt. for tag

This commit is contained in:
lollipopkit
2023-05-31 17:19:56 +08:00
parent 472a441c8e
commit d24fe5ff5d
3 changed files with 61 additions and 48 deletions

View File

@@ -73,6 +73,7 @@ class _ServerEditPageState extends State<ServerEditPage> with AfterLayoutMixin {
onPressed: () {
showRoundDialog(
context: context,
title: Text(_s.attention),
child: Text(_s.sureToDeleteServer(widget.spi!.name)),
actions: [
TextButton(
@@ -151,6 +152,7 @@ class _ServerEditPageState extends State<ServerEditPage> with AfterLayoutMixin {
_tags = p0;
}),
s: _s,
tagSuggestions: [..._serverProvider.tags],
),
width7,
Row(