bmarian / token-tooltip-alt

A module that adds a tooltip next to the currently hovered token to show some useful information for players and DMs.
MIT License
9 stars 15 forks source link

[FEATURE REQUEST] "Dark Theme" and "Max rows" as world settings #95

Open BoltsJ opened 2 years ago

BoltsJ commented 2 years ago

Is your feature request related to a problem? Please describe. With max rows and background color as client settings, each player has to set those values when they log in, and they persist between worlds, meaning if you set 3 rows in one world, every world will have 3 rows until you change it again.

Describe the solution you'd like Migrate those two settings to be world-scoped settings.

Describe alternatives you've considered Explaining to players how to change a setting and which one to change and using "spacer" values

Additional context It may be even better to store the rows in the actual tooltip config, so that different actor types can have different numbers of rows.