mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 03:30:42 +00:00
fix(frontend): ストレージが消去される事がある問題を軽減 (#16704)
* fix(frontend): ストレージが消去される事がある問題を軽減 * add comment * add catch to continue request permissions * Update Changelog * update changelog * fix 通知権限の許可取得はボタン押下時に移動 * fix * wip * Update main-boot.ts * wip --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
This commit is contained in:
@@ -6193,6 +6193,18 @@ export interface Locale extends ILocale {
|
||||
* アニメーション画像を有効にする
|
||||
*/
|
||||
"enableAnimatedImages": string;
|
||||
/**
|
||||
* 設定の永続化
|
||||
*/
|
||||
"settingsPersistence_title": string;
|
||||
/**
|
||||
* 設定の永続化を有効にすると、設定情報が失われるのを防止できます。
|
||||
*/
|
||||
"settingsPersistence_description1": string;
|
||||
/**
|
||||
* 環境によっては有効化できない場合があります。
|
||||
*/
|
||||
"settingsPersistence_description2": string;
|
||||
"_chat": {
|
||||
/**
|
||||
* 送信者の名前を表示
|
||||
|
||||
Reference in New Issue
Block a user