mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 02:13:43 +03:00
Hide button behind a mini flag
This commit is contained in:
parent
d0f9960831
commit
c3a641d85f
|
@ -62,21 +62,25 @@ export default function getExceptions(theState) {
|
|||
|
||||
})
|
||||
}
|
||||
<InfoLi
|
||||
type="checkbox"
|
||||
conf={{
|
||||
key: 'lookupLastErrors',
|
||||
desc: 'Собирать последние ошибки в запросах, чтобы вручную добавлять избранные из них в исключения.',
|
||||
value: props.bgWindow.apis.lastErrors.ifCollecting
|
||||
}}
|
||||
onChange={(event) => {
|
||||
{
|
||||
!props.flags.ifMini && (
|
||||
<InfoLi
|
||||
type="checkbox"
|
||||
conf={{
|
||||
key: 'lookupLastErrors',
|
||||
desc: 'Собирать последние ошибки в запросах, чтобы вручную добавлять избранные из них в исключения.',
|
||||
value: props.bgWindow.apis.lastErrors.ifCollecting
|
||||
}}
|
||||
onChange={(event) => {
|
||||
|
||||
props.bgWindow.apis.lastErrors.ifCollecting = event.target.checked;
|
||||
props.funs.setStatusTo('Сделано.');
|
||||
props.bgWindow.apis.lastErrors.ifCollecting = event.target.checked;
|
||||
props.funs.setStatusTo('Сделано.');
|
||||
|
||||
}}
|
||||
nodeAfterLabel={(<span>Собирать <a href="../errors-to-exc/index.html">последние ошибки</a> сайтов</span>)}
|
||||
/>
|
||||
}}
|
||||
nodeAfterLabel={(<span>Собирать <a href="../errors-to-exc/index.html">последние ошибки</a> сайтов</span>)}
|
||||
/>
|
||||
)
|
||||
}
|
||||
</ul>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue
Block a user