Unify Windows AppUserModelID across app, toast, and installer

This commit is contained in:
2026-06-10 09:12:39 -06:00
parent 1b8e60c26d
commit b1d8f21f2b
4 changed files with 16 additions and 6 deletions

4
win32/appusermodelid.h Normal file
View File

@@ -0,0 +1,4 @@
#define ZOITECHAT_APPUSERMODELID "ZoiteChat.Desktop.Notify"
#ifdef _WIN32
#define ZOITECHAT_APPUSERMODELIDW L"ZoiteChat.Desktop.Notify"
#endif