Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

app_name field isn't being set #817

Open
wa1ker38552 opened this issue Sep 18, 2024 · 2 comments
Open

app_name field isn't being set #817

wa1ker38552 opened this issue Sep 18, 2024 · 2 comments

Comments

@wa1ker38552
Copy link

wa1ker38552 commented Sep 18, 2024

I'm trying to set the app name of the notification but it still shows up as 'Python'
image

notification.notify(
        title="New Update Available",
        app_name='MyAsus',
        message=get_response(q),
        app_icon="asus.ico", 
        timeout=5
 )

image

@motcs
Copy link

motcs commented Sep 24, 2024

Yes, the app_name setting did not function as expected, and the name of the application was still used after packaging

@motcs
Copy link

motcs commented Sep 24, 2024

The intended effect should be the same as the alarm prompt, but the result is not like this.
微信截图_20240924143807

微信截图_20240924144023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants