mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-03-29 13:51:37 +00:00
8 lines
136 B
C#
8 lines
136 B
C#
namespace AIStudio.Settings;
|
|
|
|
public enum ProfilePreselectionMode
|
|
{
|
|
USE_APP_DEFAULT,
|
|
USE_NO_PROFILE,
|
|
USE_SPECIFIC_PROFILE,
|
|
} |