mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add colors.
This commit is contained in:
10
Aaru.Tui/Models/FileModel.cs
Normal file
10
Aaru.Tui/Models/FileModel.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Avalonia.Media;
|
||||
|
||||
namespace Aaru.Tui.Models;
|
||||
|
||||
public class FileModel
|
||||
{
|
||||
public string Path { get; set; }
|
||||
public string Filename { get; set; }
|
||||
public IBrush ForegroundBrush { get; set; } // Add this property for ListBox Foreground binding
|
||||
}
|
||||
Reference in New Issue
Block a user