mirror of
https://github.com/Myzel394/Alibi.git
synced 2025-06-19 07:15:25 +02:00
fix: Icon
This commit is contained in:
parent
e8d7b2b6f8
commit
b6d8bdf607
@ -58,7 +58,8 @@ fun VideoFrameRate(
|
|||||||
header = Header.Default(
|
header = Header.Default(
|
||||||
title = stringResource(R.string.ui_settings_option_videoTargetedFrameRate_title),
|
title = stringResource(R.string.ui_settings_option_videoTargetedFrameRate_title),
|
||||||
icon = IconSource(
|
icon = IconSource(
|
||||||
painter = IconResource.fromImageVector(Icons.Default.Tune).asPainterResource(),
|
painter = IconResource.fromImageVector(Icons.Default.BrokenImage)
|
||||||
|
.asPainterResource(),
|
||||||
contentDescription = null,
|
contentDescription = null,
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user