mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-03-22 22:11:36 +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,
|
||
|
|
}
|