mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
notify: ignoreDuplicate nurdism/neko#70 and no pointer events
This commit is contained in:
parent
c8b4c130c8
commit
82aa1256be
@ -29,7 +29,7 @@
|
||||
<neko-side v-if="side" />
|
||||
<neko-connect v-if="!connected" />
|
||||
<neko-about v-if="about" />
|
||||
<notifications group="neko" position="top left" style="top: 50px;" />
|
||||
<notifications group="neko" position="top left" :ignoreDuplicates="true" style="top: 50px;pointer-events: none" />
|
||||
</template>
|
||||
</div>
|
||||
</template>
|
||||
|
Loading…
Reference in New Issue
Block a user