1
1
mirror of synced 2025-02-21 20:29:35 +01:00

fix: Wrong spell

This commit is contained in:
ptmaster 2024-03-26 13:35:20 +00:00
parent 4c0443d2c2
commit b14349537d

View File

@ -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;