Add screens.

This commit is contained in:
2019-06-01 22:13:01 +01:00
parent 009b4d2e92
commit 43bbe7f720
10 changed files with 6029 additions and 2 deletions

View File

@@ -56,7 +56,9 @@ namespace Cicm.Database.Models
[DisplayName("Grayscale")]
public bool Grayscale { get; set; }
public virtual ICollection<ResolutionsByGpu> ResolutionsByGpu { get; set; }
public virtual ICollection<ResolutionsByGpu> ResolutionsByGpu { get; set; }
public virtual ICollection<ResolutionsByScreen> ResolutionsByScreen { get; set; }
public virtual ICollection<Screen> Screens { get; set; }
public long? PaletteView => Palette ?? Colors;