draft refresh methods

This commit is contained in:
yggverse 2024-09-08 02:30:48 +03:00
parent b97ffe5791
commit 45dc3b160a
5 changed files with 22 additions and 2 deletions

View file

@ -28,14 +28,14 @@ void History::refresh()
{
Memory match;
historyBack->set_sensitive( // @TODO operate with action status
historyBack->refresh(
try_back(
match,
false
)
);
historyForward->set_sensitive( // @TODO operate with action status
historyForward->refresh(
try_forward(
match,
false