mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-08-18 15:33:33 +08:00
15 lines
282 B
C#
15 lines
282 B
C#
namespace LanMountainDesktop.AirAppSdk;
|
|
|
|
public enum AirAppSettingsPageCategory
|
|
{
|
|
General = 0,
|
|
Appearance = 10,
|
|
Components = 20,
|
|
AirApps = 30,
|
|
AirAppCatalog = 35,
|
|
[Obsolete("Use AirAppCatalog instead.")]
|
|
AirAppMarket = 35,
|
|
About = 40,
|
|
Dev = 50
|
|
}
|