Fix typo in the installlauncher cheat code

This commit is contained in:
Ilya Fedin 2020-11-15 19:50:15 +04:00 committed by John Preston
parent c8ce5dfa8b
commit 772bd81ea5

View file

@ -158,7 +158,7 @@ auto GenerateCodes() {
#endif // Q_OS_WIN || Q_OS_MAC #endif // Q_OS_WIN || Q_OS_MAC
#if defined Q_OS_UNIX && !defined Q_OS_MAC #if defined Q_OS_UNIX && !defined Q_OS_MAC
codes.emplace(qsl("installauncher"), [](SessionController *window) { codes.emplace(qsl("installlauncher"), [](SessionController *window) {
Platform::InstallLauncher(true); Platform::InstallLauncher(true);
Ui::Toast::Show("Forced launcher installation."); Ui::Toast::Show("Forced launcher installation.");
}); });