namespace AIStudio.Settings;

public enum UpdateBehavior
{
    NO_CHECK,
    ONCE_STARTUP,
    HOURLY,
    DAILY,
    WEEKLY,
}