mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 23:53:58 +02:00
Fix typo in the installlauncher cheat code
This commit is contained in:
parent
c8ce5dfa8b
commit
772bd81ea5
1 changed files with 1 additions and 1 deletions
|
@ -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.");
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue