Skip to content

Conversation

@ashton
Copy link

@ashton ashton commented Aug 9, 2025

Adding an option to settings and hiding bar's submap module, if there is no submap active.

Implements #1076 alternative

@ashton ashton changed the title Hide Submap module if there is no submap active feat: add option to hide Submap module if there is no submap active Aug 9, 2025
@Jas-SinghFSU
Copy link
Owner

Great work! Could you please add the GUI config option to src/components/bar/settings/config.tsx:

                <Option
                    opt={options.bar.customModules.submap.hideOnDefault}
                    title="Hide On Default"
                    subtitle="Hides the SubMap module if it is on the default submap."
                    type="boolean"
                />

@Jas-SinghFSU
Copy link
Owner

And can you run npm run lint:fix to resolve the linter issues as well please 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants