refactor: do not initilize already initilized screen when not sent with KeyboardbroadCastInfo

This commit is contained in:
sithlord48
2026-01-16 06:35:20 -05:00
committed by Nick Bolton
parent 15db716f04
commit 1163cb842c

View File

@ -115,7 +115,7 @@ public:
kToggle
};
explicit KeyboardBroadcastInfo(State state = kToggle) : m_state(state), m_screens()
explicit KeyboardBroadcastInfo(State state = kToggle) : m_state(state)
{
// do nothing
}