mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46:08 +03:00
apprt/gtk: remove redundant adwaita check
We already check if the toast overlay exists before sending a toast. Signed-off-by: Tristan Partin <tristan@partin.io>
This commit is contained in:
@ -727,9 +727,7 @@ fn gtkActionCopy(
|
||||
return;
|
||||
};
|
||||
|
||||
if (self.isAdwWindow()) {
|
||||
self.sendToast("Copied to clipboard");
|
||||
}
|
||||
self.sendToast("Copied to clipboard");
|
||||
}
|
||||
|
||||
fn gtkActionPaste(
|
||||
|
Reference in New Issue
Block a user