mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Implemented image preloading
This commit is contained in:
@@ -11,9 +11,17 @@ public class AdminSettingsModel
|
||||
public required string BarcodeText { get; set; }
|
||||
public required Dictionary<string, Preset> Presets { get; set; }
|
||||
public HashAlgorithm? hashAlgorithm;
|
||||
public UserImagePreloadType? UserImagePreloadType { get; set; } = Models.UserImagePreloadType.None;
|
||||
}
|
||||
|
||||
public class Preset
|
||||
{
|
||||
public required Dictionary<string, string> Attribute { get; set; }
|
||||
}
|
||||
|
||||
public enum UserImagePreloadType
|
||||
{
|
||||
None,
|
||||
Icons,
|
||||
FullSized
|
||||
}
|
||||
Reference in New Issue
Block a user