fix after merge to use ZoneView::close (#5509)

This commit is contained in:
RickyRister 2025-01-20 19:43:05 -08:00 committed by GitHub
parent 97fdf11c8f
commit 420cca2402
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -350,7 +350,7 @@ void ZoneViewZone::removeCard(int position)
card->deleteLater();
if (cards.isEmpty() && SettingsCache::instance().getCloseEmptyCardView()) {
deleteLater();
close();
return;
}