mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Native alerts to toasts
This commit is contained in:
@@ -204,7 +204,7 @@ async function showKudos() {
|
||||
}
|
||||
|
||||
console.log('Horde user data', data);
|
||||
toastr.info(`${data.username}<br>Kudos: ${data.kudos}`);
|
||||
toastr.info(`Kudos: ${data.kudos}`, data.username);
|
||||
}
|
||||
|
||||
jQuery(function () {
|
||||
|
Reference in New Issue
Block a user