mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-21 08:04:26 +08:00
0.1.8
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace LanMontainDesktop.ComponentSystem;
|
||||
|
||||
public sealed record DesktopComponentDefinition(
|
||||
string Id,
|
||||
string DisplayName,
|
||||
string IconKey,
|
||||
string Category,
|
||||
int MinWidthCells,
|
||||
int MinHeightCells,
|
||||
bool AllowStatusBarPlacement,
|
||||
bool AllowDesktopPlacement);
|
||||
Reference in New Issue
Block a user