Maronato / vue-toastification

Vue notifications made easy!
https://vue-toastification.maronato.dev
MIT License
3.03k stars 139 forks source link

Inverted hideProgressBar switch #369

Open kyng-cytro opened 1 year ago

kyng-cytro commented 1 year ago

Versions

Describe the bug

The hide progress bar switch is inverted.

Expected behavior

when the switch is on code preview should have hideProgressBar: true,

Steps to reproduce

Steps:

  1. navigate to https://vue-toastification.maronato.dev/
  2. flip the hide progress bar switch
  3. notice code preview says hideProgressBar: false,
  4. click show toast
  5. notice the progress bar is hidden
kyng-cytro commented 1 year ago

Or I'm I going crazy?