fix(frontend): In deck layout, replies option is not saved after refresh
Fix #12228
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user