enable hideOnlineStatus by default for new users
This commit is contained in:
parent
92ffd2a5fc
commit
b7a6ccfef9
3 changed files with 14 additions and 3 deletions
|
|
@ -44,7 +44,7 @@ import MkFolder from '@/components/MkFolder.vue';
|
|||
import { misskeyApi } from '@/scripts/misskey-api.js';
|
||||
|
||||
const isLocked = ref(false);
|
||||
const hideOnlineStatus = ref(false);
|
||||
const hideOnlineStatus = ref(true);
|
||||
const noCrawle = ref(false);
|
||||
|
||||
watch([isLocked, hideOnlineStatus, noCrawle], () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue