fix: Icon

This commit is contained in:
Myzel394 2023-12-02 17:54:44 +01:00
parent e8d7b2b6f8
commit b6d8bdf607
No known key found for this signature in database
GPG Key ID: 79CC92F37B3E1A2B

View File

@ -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,
)
),