diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2024-07-25 16:08:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-25 16:08:53 +0100 |
| commit | c408465549d23b2097867baff2ea038e991eea40 (patch) | |
| tree | a0c2cf95e022fb13f2ea7d38a74cbb29459fe3b9 /ui/backend/src/run | |
| parent | fix(gui): do not hardcode db path (#2309) (diff) | |
| download | atuin-c408465549d23b2097867baff2ea038e991eea40.zip | |
fix(gui): double return on mac/linux (#2311)
Diffstat (limited to 'ui/backend/src/run')
| -rw-r--r-- | ui/backend/src/run/pty.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/backend/src/run/pty.rs b/ui/backend/src/run/pty.rs index 1ede44a0..58bfccb7 100644 --- a/ui/backend/src/run/pty.rs +++ b/ui/backend/src/run/pty.rs @@ -3,7 +3,7 @@ use std::io::BufRead; use std::path::PathBuf; use crate::state::AtuinState; -use tauri::{Manager, State}; +use tauri::{Manager, State, Emitter}; use atuin_client::{database::Sqlite, record::sqlite_store::SqliteStore, settings::Settings}; |
