summaryrefslogtreecommitdiff
path: root/packages/frontend/src/deck.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/frontend/src/deck.ts')
-rw-r--r--packages/frontend/src/deck.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/frontend/src/deck.ts b/packages/frontend/src/deck.ts
index 73a3cecd3b..208adae8fe 100644
--- a/packages/frontend/src/deck.ts
+++ b/packages/frontend/src/deck.ts
@@ -62,6 +62,8 @@ export type Column = {
withSensitive?: boolean;
onlyFiles?: boolean;
soundSetting?: SoundStore;
+ // The cache for the name of the antenna, channel, list, or role
+ timelineNameCache?: string;
};
const _currentProfile = prefer.s['deck.profiles'].find(p => p.name === prefer.s['deck.profile']);