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