mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Try to fix notification in packaged app
This commit is contained in:
parent
99a3e8bcf2
commit
a524524a80
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ init()
|
||||||
isInitialized = true;
|
isInitialized = true;
|
||||||
|
|
||||||
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"NhekoReborn", L"in.nheko.Nheko"));
|
||||||
if (!WinToast::instance()->initialize())
|
if (!WinToast::instance()->initialize())
|
||||||
std::wcout << "Your system is not compatible with toast notifications\n";
|
std::wcout << "Your system is not compatible with toast notifications\n";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue