mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-08-18 15:10:48 +08:00
12 lines
170 B
C#
12 lines
170 B
C#
namespace LanMountainDesktop.AirAppSdk;
|
|
|
|
public enum AirAppSettingOptionType
|
|
{
|
|
Toggle = 0,
|
|
Select = 1,
|
|
Text = 2,
|
|
Number = 3,
|
|
Path = 4,
|
|
List = 5
|
|
}
|