mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-15 18:02:58 +08:00
chore: hide copied toast
This commit is contained in:
@@ -32,7 +32,6 @@ class TerminalCopyAction : AnAction() {
|
||||
}
|
||||
|
||||
systemClipboard.setContents(StringSelection(text), null)
|
||||
terminalPanel.toast(I18n.getString("termora.terminal.copied"))
|
||||
if (log.isTraceEnabled) {
|
||||
log.trace("Copy to clipboard. {}", text)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user