mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-04 00:44:22 +02:00
wip
This commit is contained in:
@@ -78,6 +78,10 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||||||
</MkSelect>
|
</MkSelect>
|
||||||
|
|
||||||
<template v-if="controller.roomState.value.heya.type === 'simple'">
|
<template v-if="controller.roomState.value.heya.type === 'simple'">
|
||||||
|
<div>
|
||||||
|
<div>Wall N color</div>
|
||||||
|
<MkInput :modelValue="getHex(controller.roomState.value.heya.options.wallN.color)" type="color" @update:modelValue="v => { const c = getRgb(v); if (c != null) controller.updateHeyaOptions({ ...controller.roomState.value.heya.options, wallN: { ...controller.roomState.value.heya.options.wallN, color: c } }); }"></MkInput>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user