Page 1 of 1
Can I turn-off that the notes pop-up tells me that I can take notesup
Posted: 28 January 2024, 14:33
by vogella
Hi,
Is it possible to turn off the notification for the "you can take notes" pop-up during the game? It pop-ups in a lot of games and blocks the view.
Best regards, Lars
Re: Can I turn-off that the notes pop-up tells me that I can take notesup
Posted: 28 January 2024, 14:50
by nik592
Nope. There's a bug report about it though:
https://boardgamearena.com/bug?id=35708
Re: Can I turn-off that the notes pop-up tells me that I can take notesup
Posted: 28 January 2024, 15:07
by GTSchemer
I feel like there is another request for it too. It has bothered me for a long time, since it pops every time for players with turnbased games, even if you've played 3000 games.
I started disabling it in games I develop, and never received a single complaint to my knowledge.
Re: Can I turn-off that the notes pop-up tells me that I can take notesup
Posted: 28 January 2024, 15:20
by vogella
GTSchemer wrote: ↑28 January 2024, 15:07
I feel like there is another request for it too. It has bothered me for a long time, since it pops every time for players with turnbased games, even if you've played 3000 games.
I started disabling it in games I develop, and never received a single complaint to my knowledge.
Thanks for that. Not sure how the code looks like for bga but I hope a general check like (if (user.gameCount <= 100)) {showPoput()} could be added without loosing too much onboarding information for new users.
Re: Can I turn-off that the notes pop-up tells me that I can take notesup
Posted: 28 January 2024, 17:22
by nik592
GTSchemer wrote: ↑28 January 2024, 15:07
I feel like there is another request for it too. It has bothered me for a long time, since it pops every time for players with turnbased games, even if you've played 3000 games.
You're right - I sort of thought that too, and only tonight have I noticed you can filter bugs by ones you've voted for which made it much easier to find! I've edited my post to include the older (and more voted for) one.
GTSchemer wrote: ↑28 January 2024, 15:07
I started disabling it in games I develop, and never received a single complaint to my knowledge.
Bless you! Probably explains why every now and again I feel like it isn't consistent across games (and made me wonder if I had missed a setting to turn it off). But that nagging feeling was way less annoying than the popup, so I appreciate it.