Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto nest subdirectories is enabled by default #322

Closed
christian-byrne opened this issue Aug 17, 2024 · 2 comments
Closed

Auto nest subdirectories is enabled by default #322

christian-byrne opened this issue Aug 17, 2024 · 2 comments

Comments

@christian-byrne
Copy link
Contributor

It looks like this setting is supposed to be disabled by default

let enableMenuNestSub = false
let thumbnails = []
export function addMenuNestSubSetting(app) {
app.ui.settings.addSetting({
id: setting_id,
name: $t("Enable ContextMenu Auto Nest Subdirectories (ComfyUI-Easy-Use)"),
type: "boolean",
defaultValue: enableMenuNestSub,

But on the new frontend it starts in enabled state. Some people confused:

yolain pushed a commit that referenced this issue Aug 18, 2024
@yolain
Copy link
Owner

yolain commented Aug 18, 2024

Auto nest subdirectories is now disabled by default.

@christian-byrne
Copy link
Contributor Author

Thanks yolain

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

No branches or pull requests

2 participants