fix(frontend): In deck layout, replies option is not saved after refresh

Fix #12228
This commit is contained in:
syuilo
2023-11-03 17:18:30 +09:00
parent ee191169f5
commit 4631e6cd4a
2 changed files with 7 additions and 0 deletions

View File

@@ -61,6 +61,12 @@ watch($$(withRenotes), v => {
});
});
watch($$(withReplies), v => {
updateColumn(props.column.id, {
withReplies: v,
});
});
watch($$(onlyFiles), v => {
updateColumn(props.column.id, {
onlyFiles: v,