This commit is contained in:
Burning_TNT 2024-02-19 17:28:55 +08:00 committed by GitHub
parent a81462425d
commit 0bff282d3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -907,7 +907,9 @@ public final class FXUtils {
content.putString(text);
Clipboard.getSystemClipboard().setContent(content);
Controllers.showToast(i18n("message.copied"));
if (!Controllers.isStopped()) {
Controllers.showToast(i18n("message.copied"));
}
}
public static List<Node> parseSegment(String segment, Consumer<String> hyperlinkAction) {