Flag button turned into toggle to show/hide flags modal.

This commit is contained in:
NewHappyRabbit
2025-02-13 18:11:18 +02:00
parent 60e74b75bb
commit 115e40916b
+1 -1
View File
@@ -159,7 +159,7 @@ export class FlagInput extends LitElement {
return html`
<div class="flag-container">
<button
@click=${() => (this.showModal = true)}
@click=${() => (this.showModal = !this.showModal)}
class="flag-button"
title="Pick a flag!"
>