fix support level indicator

This commit is contained in:
Tamius Han 2025-01-14 02:41:06 +01:00
parent 1a9cdfa93b
commit 1f65cca002

View File

@ -27,11 +27,11 @@
(unaware, not using the site, language barrier, geoblocking, paid services Tam doesn't use). (unaware, not using the site, language barrier, geoblocking, paid services Tam doesn't use).
</div> </div>
</div> </div>
<div v-if="siteSupportLevel === 'user-added'" class="site-support user-added"> <div v-if="siteSupportLevel === 'user-added' || siteSupportLevel === 'user-defined'" class="site-support user-added">
<mdicon name="account" /> <mdicon name="account" />
<div v-if="!small">Custom</div> <div v-if="!small">Modified by you</div>
<div class="tooltip"> <div class="tooltip">
<template v-if="small">Custom&nbsp;&nbsp;</template> <template v-if="small">Modified by you&nbsp;&nbsp;</template>
You have manually changed settings for this site. The extension is doing what you told it to do. You have manually changed settings for this site. The extension is doing what you told it to do.
</div> </div>
</div> </div>