Is your feature request related to a problem? Please describe.
Currently, the status bar "next scene" button displays the actual next scene name. Depending on the scene, this can sometimes lead to irregular button width, causing the status bar to "jump" as the label size changes. A user mentioned that always displaying just the word next would be more useful to them, as it avoids the jumping effect and maintains consistent UI appearance.
Describe the solution you'd like
Introduce a new setting to control the text displayed on the status bar next scene button. This setting should allow users to configure whether the button:
- Shows the next scene title (current behavior)
- Always shows the word
next (or a custom string set by the user)
Describe alternatives you've considered
Alternatives considered include only providing the next option, but providing a setting allows for more flexibility based on user preference.
Additional context
This feature is based on user feedback preferring a static button label to avoid UI jumping effects when the scene name changes in length.
Is your feature request related to a problem? Please describe.
Currently, the status bar "next scene" button displays the actual next scene name. Depending on the scene, this can sometimes lead to irregular button width, causing the status bar to "jump" as the label size changes. A user mentioned that always displaying just the word
nextwould be more useful to them, as it avoids the jumping effect and maintains consistent UI appearance.Describe the solution you'd like
Introduce a new setting to control the text displayed on the status bar next scene button. This setting should allow users to configure whether the button:
next(or a custom string set by the user)Describe alternatives you've considered
Alternatives considered include only providing the
nextoption, but providing a setting allows for more flexibility based on user preference.Additional context
This feature is based on user feedback preferring a static button label to avoid UI jumping effects when the scene name changes in length.