namespace AIStudio.Settings; public enum ProfilePreselectionMode { USE_APP_DEFAULT, USE_NO_PROFILE, USE_SPECIFIC_PROFILE, }