mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:38:11 +00:00
LibGUI+Everywhere: Make sync requests to Clipboard server more obvious
This commit is contained in:
parent
06f140a025
commit
f22c0ffe0c
13 changed files with 22 additions and 23 deletions
|
@ -84,7 +84,7 @@ void GlyphEditorWidget::copy_glyph()
|
|||
|
||||
void GlyphEditorWidget::paste_glyph()
|
||||
{
|
||||
auto [data, mime_type, metadata] = GUI::Clipboard::the().data_and_type();
|
||||
auto [data, mime_type, metadata] = GUI::Clipboard::the().fetch_data_and_type();
|
||||
if (!mime_type.starts_with("glyph/"))
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue