mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-08-18 15:33:33 +08:00
10 lines
150 B
C#
10 lines
150 B
C#
|
|
namespace LanMountainDesktop.AirAppSdk;
|
||
|
|
|
||
|
|
public enum AirAppSettingsScope
|
||
|
|
{
|
||
|
|
App = 0,
|
||
|
|
Launcher = 1,
|
||
|
|
AirApp = 2,
|
||
|
|
ComponentInstance = 3
|
||
|
|
}
|