Improved timings of alerts
This commit is contained in:
parent
ed6cccbf0b
commit
2fb472db19
2 changed files with 2 additions and 2 deletions
|
|
@ -204,7 +204,7 @@ new Vue({
|
||||||
spinner: true,
|
spinner: true,
|
||||||
color: 'red',
|
color: 'red',
|
||||||
message:
|
message:
|
||||||
'Error! Make sure Spotify is open on the device you wish to use, and it has playlists',
|
'Error! Make sure Spotify is open on the device you wish to use, has playlists, and is playing something',
|
||||||
timeout: 10000
|
timeout: 10000
|
||||||
})
|
})
|
||||||
LNbits.api
|
LNbits.api
|
||||||
|
|
|
||||||
|
|
@ -168,7 +168,7 @@
|
||||||
color: 'green',
|
color: 'green',
|
||||||
message:
|
message:
|
||||||
'Success! "' + self.receive.name + '" will be played soon',
|
'Success! "' + self.receive.name + '" will be played soon',
|
||||||
timeout: 2000
|
timeout: 3000
|
||||||
})
|
})
|
||||||
self.getCurrent()
|
self.getCurrent()
|
||||||
self.paid = false
|
self.paid = false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue