mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-06-10 09:04:15 -04:00
9 lines
147 B
C#
9 lines
147 B
C#
namespace API.Entities.Enums
|
|
{
|
|
public enum ScalingOption
|
|
{
|
|
FitToHeight = 0,
|
|
FitToWidth = 1,
|
|
Original = 2
|
|
}
|
|
} |