fix after merge to use ZoneView::close

This commit is contained in:
RickyRister 2025-01-20 19:34:40 -08:00
parent 97fdf11c8f
commit c22125d766

View file

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