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

feature:added option to save a profile as detached(no inheritance) #7071

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Azio-Pantheon
Copy link
Contributor

Description

This gives users the ability to break the inheritance and have an independent user profile. It fixes #6323 and #4691. Works for machine/filament/process profiles.

Partially solves #1182, any profile name change in system profiles will cause user created profiles that are inheriting those system ones to fail to load. If you really hate system profile updates breaking your user profiles, you may now choose to save your user profiles as independent profiles. The obvious downside is, you now have to maintain your settings, and won't automatically get any updates from system profiles.(if you are already tinkering your own profiles, you probably don't want any changes to happen without your notice in the first place)

Screenshots/Recordings/Graphs

This option is only enabled under developer mode:
Screenshot 2024-10-10 163302

Screenshot 2024-10-10 163337

Tests

tested locally on windows 11

@Azio-Pantheon
Copy link
Contributor Author

We might need to get the profile dependency feature merged before this. Otherwise, users may run into issues:
If you detach a machine profile from a system one, you will get no profile for filament and process to work with, because all of your filament and process are dependent on the system machine profile. With profile dependency tab enabled, you could find your user filament and process profiles under the system machine, then change the dependencies for them to only show up for your detached machine profile

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.

Unlink profile inherits
1 participant