This commit is contained in:
Lightczx
2024-01-25 15:59:52 +08:00
parent a1c604e68a
commit 17a5d4d3a2

View File

@@ -207,7 +207,9 @@ internal sealed class LaunchOptions : DbStoreOptions
public List<AspectRatio> AspectRatios { get; } =
[
new(2560, 1600),
new(2560, 1440),
new(2410, 1080),
new(1920, 1080),
];