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