-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
[Feature] Dropdown Checkboxes for theme options #92
Comments
Suggest a |
here i have no idea "What's New": {
"description": "Customize the What's New section",
"default": "Compact",
"type": "dropcheck",
"values": {
"Show": {},
"Compact": {
"TargetCss": { "affects": ["^Steam$"], "src": "options/whatsNew/compact.css" }
},
"Hide": {
"TargetCss": { "affects": ["^Steam$"], "src": "options/whatsNew/hide.css" }
}
}
} |
closing in favor of #93, since it seems like the perfect purpose for that |
uh? but they are 2 different things |
what could be the difference between that and making a tab specifically for that dropdown ? it just seems redundant with tabs |
actually, this could *maybe* be repurposed to applying css properties for specific elements, i.e. "Hide titlebar buttons": {
"type": "checkboxdropdown",
"description": "Removes titlebar buttons from the main window",
"property": "display: none !important",
"values": {
"Big Picture": {
"default": true,
"selector": "._3cykd-VfN_xBxf3Qxriccm > :nth-child(4)",
"patch": {
"TargetCss": {
"affects": ["^Steam$"],
}
}
},
"Steam News": {
"default": true,
"selector": "._3cykd-VfN_xBxf3Qxriccm > :nth-child(1)",
"patch": {
"TargetCss": {
"affects": ["^Steam$"],
}
}
},
}
} but this seems like a job for a plugin or something |
Yeah, two very different requests, not sure what @ricewind012 is talking about. |
Before Requesting
Describe the feature you'd like!
Dropdown with checkboxes inside which the user can select according to his wishes.
of course, the individual options should also be bound to a CSS or JS file
like this:
Anything else?
No response
The text was updated successfully, but these errors were encountered: