Merge remote-tracking branch 'upstream/io' into oscar
This commit is contained in:
commit
836df3bf0c
10 changed files with 12 additions and 12 deletions
|
@ -506,7 +506,7 @@ async function assignRole() {
|
|||
const { canceled: canceled3, result: memo } = await os.inputText({
|
||||
title: i18n.ts.addMemo,
|
||||
type: 'textarea',
|
||||
placeholder: i18n.ts.memo,
|
||||
default: '',
|
||||
});
|
||||
if (canceled3) return;
|
||||
|
||||
|
|
|
@ -146,7 +146,7 @@ async function assign() {
|
|||
const { canceled: canceled3, result: memo } = await os.inputText({
|
||||
title: i18n.ts.addMemo,
|
||||
type: 'textarea',
|
||||
placeholder: i18n.ts.memo,
|
||||
default: '',
|
||||
});
|
||||
if (canceled3) return;
|
||||
|
||||
|
|
|
@ -454,7 +454,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
},
|
||||
defaultWithReplies: {
|
||||
where: 'account',
|
||||
default: false,
|
||||
default: true,
|
||||
},
|
||||
disableStreamingTimeline: {
|
||||
where: 'device',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue