add extensions list refresh menu (#296)
This commit is contained in:
parent
a876742d74
commit
b67f0eceb0
1 changed files with 4 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in a new issue