feat: write script into /dev/shm (#444)

Fixes #443
This commit is contained in:
lollipopkit🏳️‍⚧️
2024-07-03 19:14:27 +08:00
committed by GitHub
parent 282cb06091
commit 4430045550
18 changed files with 41 additions and 92 deletions

View File

@@ -172,6 +172,7 @@ class _SnippetEditPageState extends State<SnippetEditPage>
: Text(
subtitle,
maxLines: 1,
style: UIs.textGrey,
overflow: TextOverflow.ellipsis,
),
onTap: () async {