Skip to content

Commit

Permalink
JoystickManager: fix Herelink buttons failing to get configured at bo…
Browse files Browse the repository at this point in the history
…ot up
  • Loading branch information
Davidsastresas authored and julianoes committed May 22, 2024
1 parent d85413c commit d369f1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Joystick/JoystickManager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ void JoystickManager::init() {
connect(this, &JoystickManager::updateAvailableJoysticksSignal, this, &JoystickManager::restartJoystickCheckTimer);
#endif
connect(&_joystickCheckTimer, &QTimer::timeout, this, &JoystickManager::_updateAvailableJoysticks);
_updateAvailableJoysticks();
_joystickCheckTimerCounter = 5;
_joystickCheckTimer.start(1000);
}
Expand Down

0 comments on commit d369f1d

Please sign in to comment.