mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-04 19:04:56 +11:00
ui/reload: add textual fallback for copy and close icons
This commit is contained in:
parent
56b4ef3d21
commit
c77a12d7bb
2 changed files with 23 additions and 6 deletions
|
|
@ -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();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue