mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-20 23:54:26 +08:00
11 lines
170 B
C#
11 lines
170 B
C#
|
|
namespace LanMountainDesktop.PluginSdk;
|
||
|
|
|
||
|
|
public enum SettingsPageCategory
|
||
|
|
{
|
||
|
|
General = 0,
|
||
|
|
Appearance = 10,
|
||
|
|
Components = 20,
|
||
|
|
Plugins = 30,
|
||
|
|
About = 40
|
||
|
|
}
|