mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +02:00
Setting for subtitle margin & fix subtitle opacity settings (#338)
Adds a subtitle style option to set the margin below unstyled subtitles. This is roughly the percent of the screen below the subtitles. It applies to both ExoPlayer & MPV. Also fixes font & background opacity not being applied in some cases. Fixes #225 Closes #178
This commit is contained in:
parent
7f50cd83ee
commit
296d7b9226
8 changed files with 130 additions and 49 deletions
|
|
@ -119,6 +119,7 @@ message SubtitlePreferences{
|
|||
BackgroundStyle background_style = 8;
|
||||
bool font_bold = 9;
|
||||
bool font_italic = 10;
|
||||
int32 margin = 11;
|
||||
}
|
||||
|
||||
message InterfacePreferences {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue