fix: Wrong spell
This commit is contained in:
parent
4c0443d2c2
commit
b14349537d
@ -29,7 +29,7 @@ enum class State { Ready, CopyWait };
|
||||
enum class Mode { Card, Data, Image, Plugin };
|
||||
State gState = State::Ready;
|
||||
Mode gMode = Mode::Card;
|
||||
HMOULDE gPlugin;
|
||||
HMODULE gPlugin;
|
||||
std::string accessCode;
|
||||
bool qrEnabled = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user