mirror of
https://github.com/hyprwm/Hyprland
synced 2025-01-23 16:09:48 +01:00
xwayland: fix clipboard mime name and atom mismatch (#9137)
This commit is contained in:
parent
d335c8f101
commit
c90dbfab6f
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ CXDataSource::CXDataSource(SXSelection& sel_) : selection(sel_) {
|
|||
continue;
|
||||
|
||||
mimeTypes.push_back(type);
|
||||
}
|
||||
} else
|
||||
continue;
|
||||
|
||||
mimeAtoms.push_back(value[i]);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue