Skip to content

Commit

Permalink
[command-enter to send]
Browse files Browse the repository at this point in the history
  • Loading branch information
trevyn committed Mar 7, 2024
1 parent 986c960 commit 603bbf3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,8 @@ impl eframe::App for App {
// }
});
}
ui.label("[command-enter to send]");

if do_it {
let ref mut messages = wheel_windows.get_mut(i).unwrap().0;
messages.truncate(do_it_j + 1);
Expand Down

0 comments on commit 603bbf3

Please sign in to comment.