Skip to content

Commit ffa9a57

Browse files
committed
WIP
- Selecting audio mode should also persist recordings display mode user selection.
1 parent 479ea5b commit ffa9a57

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

browse-next/src/components/ActivitySearchParameters.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,10 @@ const persistAudioMode = () => {
552552
"activity-recording-mode",
553553
ActivitySearchRecordingMode.Audio,
554554
);
555+
window.localStorage.setItem(
556+
"activity-display-mode",
557+
ActivitySearchDisplayMode.Recordings,
558+
);
555559
};
556560
557561
const persistFalseTriggerMode = () => {

0 commit comments

Comments
 (0)