mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
refactor: Actually use AppBarAction
This commit is contained in:
parent
ab180b66dc
commit
66c2e6f244
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ interface ComposableSettings {
|
|||
SettingsScaffold(
|
||||
title = stringResource(getTitleRes()),
|
||||
itemsProvider = { getPreferences() },
|
||||
appBarActions = { AppBarAction() },
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue