mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-03 00:18:31 +00:00
Merge 5da8e2e948
into d089002698
This commit is contained in:
commit
cef3c39ef9
1 changed files with 2 additions and 2 deletions
|
@ -164,14 +164,14 @@ export default class Input extends Module {
|
||||||
title: 'Emote Matching Type',
|
title: 'Emote Matching Type',
|
||||||
description: '1: `ppa` would match `Kappa`\n\n' +
|
description: '1: `ppa` would match `Kappa`\n\n' +
|
||||||
'2: `sip` would match `cohhSip` but not `Gossip`\n\n' +
|
'2: `sip` would match `cohhSip` but not `Gossip`\n\n' +
|
||||||
'3: `pasta` would match `pastaThat` but not `HoldThat`',
|
'3: `hol` would match `HolidayTree` but not `WholeWheat`',
|
||||||
|
|
||||||
component: 'setting-select-box',
|
component: 'setting-select-box',
|
||||||
|
|
||||||
data: [
|
data: [
|
||||||
{value: 1, title: '1: Anything (Twitch style)'},
|
{value: 1, title: '1: Anything (Twitch style)'},
|
||||||
{value: 2, title: '2: Non-Prefix (Old FFZ style)'},
|
{value: 2, title: '2: Non-Prefix (Old FFZ style)'},
|
||||||
{value: 3, title: '3: Exact (Case-Insensitive)'}
|
{value: 3, title: '3: Prefix-Only (Case-Insensitive)'}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue