mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-25 11:14:02 +02:00
Improved timings of alerts
This commit is contained in:
@@ -204,7 +204,7 @@ new Vue({
|
||||
spinner: true,
|
||||
color: 'red',
|
||||
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
|
||||
})
|
||||
LNbits.api
|
||||
|
@@ -168,7 +168,7 @@
|
||||
color: 'green',
|
||||
message:
|
||||
'Success! "' + self.receive.name + '" will be played soon',
|
||||
timeout: 2000
|
||||
timeout: 3000
|
||||
})
|
||||
self.getCurrent()
|
||||
self.paid = false
|
||||
|
Reference in New Issue
Block a user