mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
Merge pull request #1689 from Nheko-Reborn/fixswitch
Fix ordering of switch statement
This commit is contained in:
commit
56b612c59d
1 changed files with 2 additions and 2 deletions
|
@ -172,12 +172,12 @@ CommandCompleter::data(const QModelIndex &index, int role) const
|
|||
return tr("/rainfall [message]");
|
||||
case Msgtype:
|
||||
return tr("/msgtype <msgtype> [message]");
|
||||
case Goto:
|
||||
return tr("/goto <message reference>");
|
||||
case Glitch:
|
||||
return tr("/glitch <message>");
|
||||
case GradualGlitch:
|
||||
return tr("/gradualglitch <message>");
|
||||
case Goto:
|
||||
return tr("/goto <message reference>");
|
||||
case ConvertToDm:
|
||||
return QStringLiteral("/converttodm");
|
||||
case ConvertToRoom:
|
||||
|
|
Loading…
Reference in a new issue