performance and user experience improvements
This commit is contained in:
		| @ -1,4 +1,4 @@ | ||||
| using System; | ||||
| using System; | ||||
| using System.ComponentModel.DataAnnotations.Schema; | ||||
|  | ||||
| namespace Oqtane.Models | ||||
| @ -13,6 +13,7 @@ namespace Oqtane.Models | ||||
|         public string DefaultThemeType { get; set; } | ||||
|         public string DefaultLayoutType { get; set; } | ||||
|         public string DefaultContainerType { get; set; } | ||||
|         public string AdminContainerType { get; set; } | ||||
|         public bool PwaIsEnabled { get; set; } | ||||
|         public int? PwaAppIconFileId { get; set; } | ||||
|         public int? PwaSplashIconFileId { get; set; } | ||||
|  | ||||
| @ -1,4 +1,4 @@ | ||||
| namespace Oqtane.Shared | ||||
| namespace Oqtane.Shared | ||||
| { | ||||
|     public class InstallConfig | ||||
|     { | ||||
| @ -14,5 +14,6 @@ | ||||
|         public string DefaultTheme { get; set; } | ||||
|         public string DefaultLayout { get; set; } | ||||
|         public string DefaultContainer { get; set; } | ||||
|         public string DefaultAdminContainer { get; set; } | ||||
|     } | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Shaun Walker
					Shaun Walker