mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-20 23:54:26 +08:00
0.19
This commit is contained in:
12
LanMontainDesktop/Models/StartMenuAppEntry.cs
Normal file
12
LanMontainDesktop/Models/StartMenuAppEntry.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace LanMontainDesktop.Models;
|
||||
|
||||
public sealed class StartMenuAppEntry
|
||||
{
|
||||
public required string DisplayName { get; init; }
|
||||
|
||||
public required string FilePath { get; init; }
|
||||
|
||||
public required string RelativePath { get; init; }
|
||||
|
||||
public byte[]? IconPngBytes { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user