mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
[enhancement]: support using native image aspect ratio
This commit is contained in:
parent
961d1838c0
commit
38ed083693
13 changed files with 41 additions and 9 deletions
|
|
@ -201,6 +201,7 @@ export interface SettingsState {
|
|||
homeFeature: boolean;
|
||||
homeItems: SortableItem<HomeItem>[];
|
||||
language: string;
|
||||
nativeAspectRatio: boolean;
|
||||
passwordStore?: string;
|
||||
playButtonBehavior: Play;
|
||||
resume: boolean;
|
||||
|
|
@ -323,6 +324,7 @@ const initialState: SettingsState = {
|
|||
homeFeature: true,
|
||||
homeItems,
|
||||
language: 'en',
|
||||
nativeAspectRatio: false,
|
||||
passwordStore: undefined,
|
||||
playButtonBehavior: Play.NOW,
|
||||
resume: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue