mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-22 21:35:40 +08:00
Typo
This commit is contained in:
committed by
Mat Sutcliffe
parent
90b57d82f4
commit
45c44eb0bf
@@ -169,7 +169,7 @@ namespace BlackGui
|
||||
const CLoginMode mode = ui->comp_NetworkDetails->getLoginMode();
|
||||
switch (mode.getLoginMode())
|
||||
{
|
||||
case CLoginMode::Observer: CLogMessage(this).info(u"login in observer mode"); break;
|
||||
case CLoginMode::Observer: CLogMessage(this).info(u"Login in observer mode"); break;
|
||||
default: break; // INetwork::LoginNormal
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user