Denis Chizhik

Results 1 issues of Denis Chizhik

Hi guys! I was trying to make notifications with buttons on windows 10 (v1909) using this code: ` notifier.notify( { title: 'title', message: 'message', icon: paths.appIconPath, actions: ['Close', 'Settings'], });`...