mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
new: note of Snippet
This commit is contained in:
@@ -108,9 +108,9 @@ class _SnippetListPageState extends State<SnippetListPage> {
|
||||
maxLines: 1,
|
||||
),
|
||||
subtitle: Text(
|
||||
snippet.script,
|
||||
snippet.note ?? snippet.script,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
maxLines: 1,
|
||||
maxLines: 3,
|
||||
style: grey,
|
||||
),
|
||||
trailing: Row(
|
||||
|
||||
Reference in New Issue
Block a user