diff options
| author | Joe Carstairs <me@joeac.net> | 2026-02-08 15:16:13 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-02-08 15:16:13 +0000 |
| commit | 5b592ca899ad5a9090c1acd5776221f79e44d121 (patch) | |
| tree | ca4790e454991c26ef813ca823617081b83e9ffa /schist_desktop_gui/src/gui/screens | |
| parent | d5f1554949321f2ebfda89efe39b0477a6ff2e55 (diff) | |
task-085: rename SelectNextTransaction -> SelectNext Account
as this was always a mis-nomer
Diffstat (limited to 'schist_desktop_gui/src/gui/screens')
| -rw-r--r-- | schist_desktop_gui/src/gui/screens/main_screen/main_screen.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/schist_desktop_gui/src/gui/screens/main_screen/main_screen.rs b/schist_desktop_gui/src/gui/screens/main_screen/main_screen.rs index e526dc5..0e8d084 100644 --- a/schist_desktop_gui/src/gui/screens/main_screen/main_screen.rs +++ b/schist_desktop_gui/src/gui/screens/main_screen/main_screen.rs @@ -130,7 +130,7 @@ impl<'a> Component<'a, Message, Action> for MainScreen { } View::Transactions => { self.transactions_view - .update(transactions_view::Message::SelectNextTransaction); + .update(transactions_view::Message::SelectNextAccount); Action::None } }, @@ -147,7 +147,7 @@ impl<'a> Component<'a, Message, Action> for MainScreen { } View::Transactions => { self.transactions_view - .update(transactions_view::Message::SelectPrevTransaction); + .update(transactions_view::Message::SelectPrevAccount); Action::None } }, |
