mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Fix typo in the installlauncher cheat code
This commit is contained in:
@@ -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.");
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user