hyprpm: refuse adding a new repo without update
This commit is contained in:
parent
69c2b2926e
commit
82b8549542
2 changed files with 6 additions and 1 deletions
|
|
@ -286,8 +286,8 @@ void CX11DataDevice::forceCleanupDnd() {
|
|||
if (m_lastOffer) {
|
||||
auto source = m_lastOffer->getSource();
|
||||
if (source) {
|
||||
source->cancelled();
|
||||
source->sendDndFinished();
|
||||
source->cancelled();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue