mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-11-23 10:50:21 +00:00
8 lines
99 B
C#
8 lines
99 B
C#
namespace AIStudio.Settings.DataModel;
|
|
|
|
public enum UpdateBehaviour
|
|
{
|
|
MANUAL,
|
|
AUTOMATIC,
|
|
}
|