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

Show permanent toast if duration is None #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Berailitz
Copy link

@Berailitz Berailitz commented Sep 10, 2018

Hi,

Currently all toasts will be destructed after a few seconds, but sometimes we need to show permanent toasts, namely toasts that will not be automatically destructed, even after the program exits.

Now we can pass duration=None to specify that we do not want our toasts to be automatically destructed.

@Berailitz Berailitz changed the title Show constant toast if duration is None Show permanent toast if duration is None Sep 11, 2018
@clragon
Copy link

clragon commented Nov 21, 2018

Brilliant fork, works very well imo.

@julien-h2
Copy link

julien-h2 commented Dec 3, 2018

@Berailitz this does not work on my PC. I installed directly from your git repository but the toast still disappears.

t = ToastNotifier()
t.show_toast('Hey', duration=None, threaded=True)

My PC is:

  • Windows 10 Pro 1803
  • Anaconda python 3.7

Edit: I'll cross post this message on your repos' issues. Seems more appropriate.

Edit2: Hmm, I can't since issues are not available on your repos.

@TNThieding
Copy link

Any updates on the state of this PR and whether or not it will be merged, @jithurjacob? I'm looking to use this package in one of my projects and this is the one feature I need that is missing.

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

Successfully merging this pull request may close these issues.

5 participants