mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
there was a reason I wanted to use confirm, dammit
This commit is contained in:
@ -1569,6 +1569,7 @@ export class QuickReply {
|
||||
if (this.icon) {
|
||||
this.settingsDomIcon.classList.remove(this.icon);
|
||||
}
|
||||
this.settingsDomIcon.textContent = '…';
|
||||
this.settingsDomIcon.classList.remove('fa-solid');
|
||||
} else {
|
||||
if (this.icon) {
|
||||
|
Reference in New Issue
Block a user