Skip to content

Commit

Permalink
add extensions list refresh menu
Browse files Browse the repository at this point in the history
  • Loading branch information
cuong-tran committed Aug 26, 2024
1 parent 228abc3 commit bdcbeb6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ fun extensionsTab(
iconTint = if (state.nsfwOnly) MaterialTheme.colorScheme.error else LocalContentColor.current,
onClick = { extensionsScreenModel.toggleNsfwOnly() },
),
AppBar.OverflowAction(
title = stringResource(MR.strings.action_webview_refresh),
onClick = extensionsScreenModel::findAvailableExtensions,
),
// KMK <--
AppBar.OverflowAction(
title = stringResource(MR.strings.action_filter),
Expand Down

0 comments on commit bdcbeb6

Please sign in to comment.