@@ -907,8 +907,10 @@ public final class FXUtils {
|
|||||||
content.putString(text);
|
content.putString(text);
|
||||||
Clipboard.getSystemClipboard().setContent(content);
|
Clipboard.getSystemClipboard().setContent(content);
|
||||||
|
|
||||||
|
if (!Controllers.isStopped()) {
|
||||||
Controllers.showToast(i18n("message.copied"));
|
Controllers.showToast(i18n("message.copied"));
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public static List<Node> parseSegment(String segment, Consumer<String> hyperlinkAction) {
|
public static List<Node> parseSegment(String segment, Consumer<String> hyperlinkAction) {
|
||||||
if (segment.indexOf('<') < 0)
|
if (segment.indexOf('<') < 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user