mirror of
https://github.com/virtcode/hypr-dynamic-cursors
synced 2025-09-19 08:03:21 +02:00
parent
a3427f2a7f
commit
81f4b964f9
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ void CHighresHandler::update() {
|
||||||
static auto* const* PSHAKE_BASE= (Hyprlang::FLOAT* const*) getConfig(CONFIG_SHAKE_BASE);
|
static auto* const* PSHAKE_BASE= (Hyprlang::FLOAT* const*) getConfig(CONFIG_SHAKE_BASE);
|
||||||
static auto* const* PSHAKE = (Hyprlang::INT* const*) getConfig(CONFIG_SHAKE); // currently only needed for shake
|
static auto* const* PSHAKE = (Hyprlang::INT* const*) getConfig(CONFIG_SHAKE); // currently only needed for shake
|
||||||
|
|
||||||
if (!**PENABLED || !**PUSEHYPRCURSOR || !**PSHAKE) {
|
if (!isEnabled() || !**PENABLED || !**PUSEHYPRCURSOR || !**PSHAKE) {
|
||||||
// free manager if no longer enabled
|
// free manager if no longer enabled
|
||||||
if (manager) {
|
if (manager) {
|
||||||
manager = nullptr;
|
manager = nullptr;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue