-
-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PostMinePlayback preference #415
PostMinePlayback preference #415
Conversation
559b0fb
to
ba0c6bc
Compare
ba0c6bc
to
cf2db8e
Compare
common/settings/settings.ts
Outdated
@@ -39,6 +39,7 @@ export interface AnkiSettings { | |||
readonly maxImageHeight: number; | |||
readonly surroundingSubtitlesCountRadius: number; | |||
readonly surroundingSubtitlesTimeRadius: number; | |||
readonly clickToMineDefaultPlayback: PostMinePlayback; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking at this now the settings categorization does seem somewhat arbitrary but I think I would still prefer for this setting to be under MiscSettings
.
common/settings/settings.ts
Outdated
@@ -39,6 +39,7 @@ export interface AnkiSettings { | |||
readonly maxImageHeight: number; | |||
readonly surroundingSubtitlesCountRadius: number; | |||
readonly surroundingSubtitlesTimeRadius: number; | |||
readonly clickToMineDefaultPlayback: PostMinePlayback; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would name this setting something else since it applies even when not clicking to mine.
Thanks as always @artjomsR |
Always a pleasure, thanks for your hard work on this beautiful project! |
As discussed, 3 options to choose from for the new setting