1
Fork 0
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:
Joshua Goins 2024-07-20 15:01:34 -04:00
parent 9a01b96dc0
commit cc53431804

View file

@ -25,7 +25,10 @@ CatPawEffect::CatPawEffect()
connect(effects, &EffectsHandler::mouseChanged, this, &CatPawEffect::slotMouseChanged); connect(effects, &EffectsHandler::mouseChanged, this, &CatPawEffect::slotMouseChanged);
} }
CatPawEffect::~CatPawEffect() = default; CatPawEffect::~CatPawEffect()
{
effects->showCursor();
}
void CatPawEffect::reconfigure(ReconfigureFlags) void CatPawEffect::reconfigure(ReconfigureFlags)
{ {