1
0

enhance(frontend): インストールしたテーマをデバイス間で同期できるように

This commit is contained in:
syuilo
2025-04-02 10:09:25 +09:00
parent bd8162c2bd
commit a5f9eba974
4 changed files with 30 additions and 0 deletions
+4
View File
@@ -5662,6 +5662,10 @@ export interface Locale extends ILocale {
*
*/
"ifOff": string;
/**
*
*/
"enableSyncThemesBetweenDevices": string;
"_chat": {
/**
*
+1
View File
@@ -1416,6 +1416,7 @@ _settings:
showNavbarSubButtons: "ナビゲーションバーに副ボタンを表示"
ifOn: "オンのとき"
ifOff: "オフのとき"
enableSyncThemesBetweenDevices: "デバイス間でインストールしたテーマを同期"
_chat:
showSenderName: "送信者の名前を表示"