notifications: provide default app id to fix FZ toast crashes (#5551)

This commit is contained in:
Andrey Nekrasov
2020-08-04 11:12:49 +03:00
committed by GitHub
parent 1456be9feb
commit 371523d756
4 changed files with 5 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ namespace notifications
{
constexpr inline const wchar_t TOAST_ACTIVATED_LAUNCH_ARG[] = L"-ToastActivated";
void set_application_id(const std::wstring_view appID);
void override_application_id(const std::wstring_view appID);
void register_background_toast_handler();
void run_desktop_app_activator_loop();