disabled settings

This commit is contained in:
stratuma 2024-05-07 01:14:27 +02:00
parent 558a4ba8d0
commit e37dd632d0

View File

@ -24,14 +24,14 @@
PLAYLIST PLAYLIST
</div> </div>
</button> --> </button> -->
<button <!-- <button
@click="openSettings" @click="openSettings"
class="flex items-center justify-center px-2 py-2 gap-1 transition-all bg-[#ffffff16] hover:bg-[#ffffff25] rounded-lg select-none" class="flex items-center justify-center px-2 py-2 gap-1 transition-all bg-[#ffffff16] hover:bg-[#ffffff25] rounded-lg select-none"
style="-webkit-app-region: no-drag" style="-webkit-app-region: no-drag"
> >
<Icon name="ic:round-settings" class="h-3.5 w-3.5 text-white" /> <Icon name="ic:round-settings" class="h-3.5 w-3.5 text-white" />
<div class="text-[11px] text-white font-dm"> SETTINGS </div> <div class="text-[11px] text-white font-dm"> SETTINGS </div>
</button> </button> -->
</div> </div>
</div> </div>
</template> </template>