ui/reload: add textual fallback for copy and close icons

This commit is contained in:
outfoxxed 2025-05-18 12:23:02 -07:00
parent 56b4ef3d21
commit c77a12d7bb
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
2 changed files with 23 additions and 6 deletions

View file

@ -39,7 +39,7 @@ void ReloadPopup::closed() {
this->deleting = true;
QTimer::singleShot(0, [this]() {
this->popup->deleteLater();
if (this->popup) this->popup->deleteLater();
this->generation->destroy();
this->deleteLater();
});