mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-10 21:26:18 +00:00
fix: commas
This commit is contained in:
@@ -194,8 +194,8 @@ fun DashboardScreen(
|
||||
)
|
||||
}
|
||||
TooltipIconButton(
|
||||
onClick = vm::updateSources
|
||||
tooltip = stringResource(R.string.refresh),
|
||||
onClick = vm::updateSources,
|
||||
tooltip = stringResource(R.string.refresh)
|
||||
) {
|
||||
Icon(
|
||||
Icons.Outlined.Refresh,
|
||||
|
||||
Reference in New Issue
Block a user