Skip to content

Commit

Permalink
manager: Fix icon for settings update
Browse files Browse the repository at this point in the history
  • Loading branch information
tiann committed Jan 29, 2024
1 parent 23ba318 commit 7f53882
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import androidx.compose.material.icons.filled.BugReport
import androidx.compose.material.icons.filled.ContactPage
import androidx.compose.material.icons.filled.Fence
import androidx.compose.material.icons.filled.RemoveModerator
import androidx.compose.material.icons.filled.Update
import androidx.compose.material.icons.filled.Upgrade
import androidx.compose.material3.*
import androidx.compose.runtime.*
import androidx.compose.runtime.saveable.rememberSaveable
Expand Down Expand Up @@ -90,7 +92,7 @@ fun SettingScreen(navigator: DestinationsNavigator) {
)
}
SwitchItem(
icon = Icons.Filled.RemoveModerator,
icon = Icons.Filled.Update,
title = stringResource(id = R.string.settings_check_update),
summary = stringResource(id = R.string.settings_check_update_summary),
checked = checkUpdate
Expand Down

0 comments on commit 7f53882

Please sign in to comment.