Skip to content

Commit

Permalink
notify: ignoreDuplicate nurdism/neko#70 and no pointer events
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k1o committed Jan 13, 2021
1 parent c8b4c13 commit 82aa125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 82aa125

Please sign in to comment.