mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-11 04:52:34 +02:00
Improved timings of alerts
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user