mirror of
https://github.com/redstrate/CatPaw.git
synced 2025-04-20 11:47:45 +00:00
Show cursor when the cat is gone
This commit is contained in:
parent
9a01b96dc0
commit
cc53431804
1 changed files with 4 additions and 1 deletions
|
@ -25,7 +25,10 @@ CatPawEffect::CatPawEffect()
|
|||
connect(effects, &EffectsHandler::mouseChanged, this, &CatPawEffect::slotMouseChanged);
|
||||
}
|
||||
|
||||
CatPawEffect::~CatPawEffect() = default;
|
||||
CatPawEffect::~CatPawEffect()
|
||||
{
|
||||
effects->showCursor();
|
||||
}
|
||||
|
||||
void CatPawEffect::reconfigure(ReconfigureFlags)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue