upd: client option for click to open posts

This commit is contained in:
Mar0xy 2023-10-15 19:16:14 +02:00
parent 05967dd364
commit 2f1f463009
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
4 changed files with 8 additions and 2 deletions

View file

@ -333,6 +333,10 @@ export const defaultStore = markRaw(new Storage('base', {
where: 'device',
default: false,
},
clickToOpen: {
where: 'device',
default: true,
},
aiChanMode: {
where: 'device',
default: false,