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