Step 176: smooth UI transitions

This commit is contained in:
Bill
2026-02-09 22:18:11 -07:00
parent 6f5005b326
commit 1693fd08d6
17 changed files with 480 additions and 39 deletions

View File

@@ -366,7 +366,7 @@ int main(int, char**) {
});
state.notifications.renderToasts([&](const Notification& note) {
if (note.hasTarget) state.navigateToTarget(note.target);
});
}, state.settings.getReduceMotion());
// Check for exit request from menu
if (state.exitRequested) done = true;