forked from AkkomaGang/akkoma-fe
Strip displaying MRF features that dont respect MRF transparency settings
This commit is contained in:
parent
ee633216fd
commit
311860cde5
1 changed files with 4 additions and 4 deletions
|
@ -76,7 +76,7 @@
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-if="quarantineInstances.length">
|
<!--<div v-if="quarantineInstances.length">
|
||||||
<h4>{{ $t("about.mrf.simple.quarantine") }}</h4>
|
<h4>{{ $t("about.mrf.simple.quarantine") }}</h4>
|
||||||
|
|
||||||
<p>{{ $t("about.mrf.simple.quarantine_desc") }}</p>
|
<p>{{ $t("about.mrf.simple.quarantine_desc") }}</p>
|
||||||
|
@ -99,7 +99,7 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>-->
|
||||||
|
|
||||||
<div v-if="ftlRemovalInstances.length">
|
<div v-if="ftlRemovalInstances.length">
|
||||||
<h4>{{ $t("about.mrf.simple.ftl_removal") }}</h4>
|
<h4>{{ $t("about.mrf.simple.ftl_removal") }}</h4>
|
||||||
|
@ -176,7 +176,7 @@
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2 v-if="hasKeywordPolicies">
|
<!--<h2 v-if="hasKeywordPolicies">
|
||||||
{{ $t("about.mrf.keyword.keyword_policies") }}
|
{{ $t("about.mrf.keyword.keyword_policies") }}
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
|
@ -217,7 +217,7 @@
|
||||||
{{ keyword.replacement }}
|
{{ keyword.replacement }}
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>-->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue