mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-01 08:38:32 +00:00
4.8.0
* Added: Chat > Actions > User Context. Define custom actions that appear in a context menu upon right-clicking a username in chat. * Fixed: Custom color for chat highlights in dark theme with alternating chat background colors enabled.
This commit is contained in:
parent
9ab57897ef
commit
3583dd8fe7
6 changed files with 228 additions and 23 deletions
|
@ -96,7 +96,7 @@
|
|||
</select>
|
||||
</div>
|
||||
|
||||
<div class="tw-flex tw-align-items-center">
|
||||
<div v-if="mod_icons" class="tw-flex tw-align-items-center">
|
||||
<label for="vis_mod_icons">
|
||||
{{ t('setting.actions.edit-visible.mod-icons', 'Mod Icons') }}
|
||||
</label>
|
||||
|
@ -302,7 +302,7 @@ import {has, maybe_call, deep_copy} from 'utilities/object';
|
|||
let id = 0;
|
||||
|
||||
export default {
|
||||
props: ['action', 'data', 'inline', 'context', 'modifiers'],
|
||||
props: ['action', 'data', 'inline', 'mod_icons', 'context', 'modifiers'],
|
||||
|
||||
data() {
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue