Skip to content

Commit

Permalink
Better defaults for subtitle width
Browse files Browse the repository at this point in the history
  • Loading branch information
killergerbah committed Aug 11, 2024
1 parent a454804 commit 07c7ce2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion common/settings/settings-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const defaultSettings: AsbplayerSettings = {
subtitlePositionOffset: 75,
subtitleAlignment: 'bottom',
subtitleTracksV2: [],
subtitlesWidth: 100,
subtitlesWidth: -1,
audioPaddingStart: 0,
audioPaddingEnd: 500,
maxImageWidth: 0,
Expand Down
1 change: 1 addition & 0 deletions extension/src/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ const installListener = async (details: chrome.runtime.InstalledDetails) => {
streamingTakeScreenshot: false, // Kiwi Browser does not support captureVisibleTab
subtitleSize: 18,
subtitlePositionOffset: 25,
subtitlesWidth: 100,
});
}

Expand Down

0 comments on commit 07c7ce2

Please sign in to comment.