Update ctrl + c
This commit is contained in:
@@ -102,7 +102,7 @@ pub async fn get_user_rating(db: &Database) -> Result<(i64, i64)> {
|
||||
key: Key::Enter, ..
|
||||
} if is_valid => break,
|
||||
Input {
|
||||
key: Key::Char('m'),
|
||||
key: Key::Char('c'),
|
||||
ctrl: true,
|
||||
..
|
||||
} => exit(0),
|
||||
@@ -137,7 +137,7 @@ pub async fn get_user_rating(db: &Database) -> Result<(i64, i64)> {
|
||||
key: Key::Enter, ..
|
||||
} if is_valid => break,
|
||||
Input {
|
||||
key: Key::Char('m'),
|
||||
key: Key::Char('c'),
|
||||
ctrl: true,
|
||||
..
|
||||
} => exit(0),
|
||||
|
Reference in New Issue
Block a user