mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 21:29:06 +00:00
9 lines
168 B
C#
9 lines
168 B
C#
namespace AIStudio.Settings.DataModel;
|
|
|
|
public enum NavBehavior
|
|
{
|
|
EXPAND_ON_HOVER,
|
|
NEVER_EXPAND_USE_TOOLTIPS,
|
|
NEVER_EXPAND_NO_TOOLTIPS,
|
|
ALWAYS_EXPAND,
|
|
} |