namespace LanMountainDesktop.PluginSdk; public enum SettingsOptionType { Toggle = 0, Select = 1, Text = 2, Number = 3, Path = 4, List = 5 }