mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-17 12:32:12 +00:00
8 lines
122 B
C#
8 lines
122 B
C#
namespace AIStudio.Tools.Services;
|
|
|
|
public enum UpdatePolicyMode
|
|
{
|
|
SELF_UPDATE,
|
|
FLATPAK,
|
|
ENTERPRISE_DISABLED
|
|
} |