mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-17 14:51:04 +02:00
fix(clipboard): failing to paste in some applications
Fixed by ensuring the internal mime type is always last
This commit is contained in:
parent
5bb1c88c12
commit
ff9ba7b5f5
4 changed files with 59 additions and 76 deletions
|
@ -1,6 +1,6 @@
|
|||
use super::manager::DataControlDeviceManagerState;
|
||||
use crate::lock;
|
||||
use rustix::pipe::{pipe_with, PipeFlags};
|
||||
use rustix::pipe::{PipeFlags, pipe_with};
|
||||
use smithay_client_toolkit::data_device_manager::data_offer::DataOfferError;
|
||||
use std::ops::DerefMut;
|
||||
use std::os::fd::AsFd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue