サウンド設定でドライブのファイルを利用可否をロールで制御可能に(デフォルトでオフ)

This commit is contained in:
まっちゃとーにゅ 2023-12-27 10:16:48 +09:00
parent 98f4b69418
commit 90e8b942a3
No known key found for this signature in database
GPG key ID: 143DE582A97FE052
12 changed files with 53 additions and 5 deletions

View file

@ -3,7 +3,7 @@
/*
* version: 2023.12.0-io
* generatedAt: 2023-12-23T11:38:40.306Z
* generatedAt: 2023-12-27T00:51:15.041Z
*/
/**
@ -3698,6 +3698,7 @@ export type components = {
canManageAvatarDecorations: boolean;
canSearchNotes: boolean;
canUseTranslator: boolean;
canUseDriveFileInSoundSettings: boolean;
canHideAds: boolean;
driveCapacityMb: number;
alwaysMarkNsfw: boolean;
@ -4448,6 +4449,11 @@ export type components = {
priority: number;
useDefault: boolean;
};
canUseDriveFileInSoundSettings: {
value: number | boolean;
priority: number;
useDefault: boolean;
};
canUseTranslator: {
value: number | boolean;
priority: number;