mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
Update room.vue
This commit is contained in:
parent
e6b5758d54
commit
49ee15dd9a
1 changed files with 1 additions and 1 deletions
|
|
@ -529,7 +529,7 @@ function showOtherMenu(ev: PointerEvent) {
|
|||
os.popupMenu([{
|
||||
type: 'radio',
|
||||
text: i18n.ts._room.graphicsQuality,
|
||||
caption: graphicsQualityRaw.value == null ? i18n.ts.auto : graphicsQualityRaw.value === GRAPHICS_QUALITY_HIGH ? 'High' : graphicsQualityRaw.value === GRAPHICS_QUALITY_MEDIUM ? 'Medium' : 'Low',
|
||||
caption: graphicsQualityRaw.value == null ? i18n.ts.auto : graphicsQualityRaw.value === GRAPHICS_QUALITY.HIGH ? 'High' : graphicsQualityRaw.value === GRAPHICS_QUALITY.MEDIUM ? 'Medium' : 'Low',
|
||||
options: [{
|
||||
label: `${i18n.ts.auto} (${graphicsQualityAutoValue.value === GRAPHICS_QUALITY.HIGH ? 'High' : graphicsQualityAutoValue.value === GRAPHICS_QUALITY.MEDIUM ? 'Medium' : 'Low'})`,
|
||||
value: null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue