7 lines
233 B
C#
7 lines
233 B
C#
namespace Moonlight.Client;
|
|
|
|
public static class UiConstants
|
|
{
|
|
public static readonly string[] AdminNavNames = ["Overview", "Theme"];
|
|
public static readonly string[] AdminNavLinks = ["/admin/system", "/admin/system/theme"];
|
|
} |