fix: Windows notification shows 'Twitch VOD Manager' instead of 'electron.app.Electron'
Set app.setAppUserModelId('com.twitch.vodmanager') on startup so Windows
notifications display the correct app name.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
f9a0fdcf3d
commit
37d75fac24
@ -3853,6 +3853,7 @@ ipcMain.handle('save-video-dialog', async (_, defaultName: string) => {
|
|||||||
// APP LIFECYCLE
|
// APP LIFECYCLE
|
||||||
// ==========================================
|
// ==========================================
|
||||||
app.whenReady().then(() => {
|
app.whenReady().then(() => {
|
||||||
|
app.setAppUserModelId('com.twitch.vodmanager');
|
||||||
refreshBundledToolPaths(true);
|
refreshBundledToolPaths(true);
|
||||||
startMetadataCacheCleanup();
|
startMetadataCacheCleanup();
|
||||||
startDebugLogFlushTimer();
|
startDebugLogFlushTimer();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user