update comment

This commit is contained in:
yggverse 2025-01-27 09:45:00 +02:00
parent d93c93a8c0
commit 099bba0173

View file

@ -78,7 +78,7 @@ impl Tab {
.simple_action
.set_enabled(item.action.reload.is_enabled());
// Update target (for all actions)
// Update target state (for all actions)
action.change_state(Some(tab_view.page_position(tab_page)));
})
});