refactor: do not initilize already initilized screen when not sent with KeyboardbroadCastInfo
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user