update to frame and tarot times
This commit is contained in:
1
app.js
1
app.js
@@ -448,6 +448,7 @@ window.TarotSpreadUi?.init?.({
|
||||
window.TarotFrameUi?.init?.({
|
||||
ensureTarotSection,
|
||||
getCards: () => window.TarotSectionUi?.getCards?.() || [],
|
||||
openCardLightbox: (cardId, options = {}) => window.TarotSectionUi?.openCardLightboxById?.(cardId, options),
|
||||
getHouseTopCardsVisible: () => window.TarotSectionUi?.getHouseTopCardsVisible?.() !== false,
|
||||
getHouseTopInfoModes: () => window.TarotSectionUi?.getHouseTopInfoModes?.() || {},
|
||||
getHouseBottomCardsVisible: () => window.TarotSectionUi?.getHouseBottomCardsVisible?.() !== false,
|
||||
|
||||
Reference in New Issue
Block a user