mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-11-01 16:16:41 +00:00
xwayland: fix clipboard mime name and atom mismatch (#9137)
This commit is contained in:
parent
d335c8f101
commit
c90dbfab6f
@ -34,7 +34,8 @@ CXDataSource::CXDataSource(SXSelection& sel_) : selection(sel_) {
|
||||
continue;
|
||||
|
||||
mimeTypes.push_back(type);
|
||||
}
|
||||
} else
|
||||
continue;
|
||||
|
||||
mimeAtoms.push_back(value[i]);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user