mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-06-04 10:54:48 +00:00
config: Add the option toast_on_clipboard_copy
Add a config option to enable/disable the toast shown on clipboard copy
This commit is contained in:
committed by
Mitchell Hashimoto
parent
5293e8a819
commit
e6bb1a56eb
@@ -894,7 +894,9 @@ fn gtkActionCopy(
|
||||
return;
|
||||
};
|
||||
|
||||
self.sendToast("Copied to clipboard");
|
||||
if (self.app.config.@"toast-on-clipboard-copy") {
|
||||
self.sendToast("Copied to clipboard");
|
||||
}
|
||||
}
|
||||
|
||||
fn gtkActionPaste(
|
||||
|
||||
Reference in New Issue
Block a user