mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-19 01:24:21 +01:00
settings: fix route to relay
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -484,8 +484,7 @@ fn process_render_nav_action(
|
||||
None
|
||||
}
|
||||
RenderNavAction::SettingsAction(action) => {
|
||||
action.process(app, ctx.theme, ctx.i18n, ctx.img_cache, ui.ctx());
|
||||
None
|
||||
action.process_settings_action(app, ctx.theme, ctx.i18n, ctx.img_cache, ui.ctx())
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user