mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-29 05:37:45 +00:00
Fix typo in the installlauncher cheat code
This commit is contained in:
parent
c8ce5dfa8b
commit
772bd81ea5
@ -158,7 +158,7 @@ auto GenerateCodes() {
|
||||
#endif // Q_OS_WIN || 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);
|
||||
Ui::Toast::Show("Forced launcher installation.");
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user