OSDs are now click through and can have borders. (#674)
This commit is contained in:
@@ -42,13 +42,14 @@ export const OSDSettings = (): JSX.Element => {
|
||||
subtitle="OSD follows monitor of cursor"
|
||||
type="boolean"
|
||||
/>
|
||||
<Option opt={options.theme.osd.radius} title="Radius" subtitle="Radius of the OSD" type="string" />
|
||||
<Option
|
||||
opt={options.theme.osd.margins}
|
||||
title="Margins"
|
||||
subtitle="Format: top right bottom left"
|
||||
type="string"
|
||||
/>
|
||||
<Option opt={options.theme.osd.border.size} title="Border Size" type="string" />
|
||||
<Option opt={options.theme.osd.radius} title="Radius" subtitle="Radius of the OSD" type="string" />
|
||||
<Option
|
||||
opt={options.theme.osd.muted_zero}
|
||||
title="Mute Volume as Zero"
|
||||
|
||||
@@ -24,6 +24,7 @@ export const OsdTheme = (): JSX.Element => {
|
||||
min={0}
|
||||
max={100}
|
||||
/>
|
||||
<Option opt={options.theme.osd.border.color} title="Border" type="color" />
|
||||
<Option opt={options.theme.osd.bar_color} title="Bar" type="color" />
|
||||
<Option
|
||||
opt={options.theme.osd.bar_overflow_color}
|
||||
|
||||
Reference in New Issue
Block a user