Skip to content
Snippets Groups Projects
Verified Commit a524524a authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Try to fix notification in packaged app

parent 99a3e8bc
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,8 @@ init()
isInitialized = true;
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())
std::wcout << "Your system is not compatible with toast notifications\n";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment