win11toast icon indicating copy to clipboard operation
win11toast copied to clipboard

Remove the 'title'?

Open Appolon24800 opened this issue 1 year ago • 2 comments

I want to know if its possible to remove or change this title

image

Appolon24800 avatar Nov 14 '23 13:11 Appolon24800

I want too

M-A-Naderi avatar Nov 21 '23 12:11 M-A-Naderi

you can pass empty space in app_id

from win11toast import toast

toast('Hello', 'Hello from Python', app_id=' ')

image

or something different to show something different

quick Tip. if you open your powershell and type Get-StartApps and use app id of any app then the notification will come as that application.

SurajBhari avatar Dec 06 '23 01:12 SurajBhari