mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Fix typo
This commit is contained in:
parent
299c486a2b
commit
9f9c499cb2
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ init()
|
||||||
WinToast::instance()->setAppName(L"Nheko");
|
WinToast::instance()->setAppName(L"Nheko");
|
||||||
WinToast::instance()->setAppUserModelId(WinToast::configureAUMI(L"nheko", L"nheko"));
|
WinToast::instance()->setAppUserModelId(WinToast::configureAUMI(L"nheko", L"nheko"));
|
||||||
if (!WinToast::instance()->initialize())
|
if (!WinToast::instance()->initialize())
|
||||||
std::wcout << "Your system in not compatible with toast notifications\n";
|
std::wcout << "Your system is not compatible with toast notifications\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue