Skip to content

disable field on Numberinput settings ignored #2409

@fenhl

Description

@fenhl

I'm trying to implement #2408. I tried adding the following field to the definition of the world_count setting (which is of type Numberinput), but it doesn't do anything:

        disable        = {
            1: {'settings': ['cross_world_songs', 'cross_world_rewards']},
        },

It seems that the functionality for Numberinput settings to disable other settings is not yet implemented. I tried implementing this myself on the cross-world-shuffle-setting branch but it didn't work and I'm not familiar enough with the GUI code to figure out why.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions