feat: Don't use firefox css anymore and update anyrun

This commit is contained in:
uttarayan21
2025-01-02 20:30:50 +05:30
parent fe6a13d3cf
commit 961c37ba86
4 changed files with 17 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
diff --git a/anyrun/src/main.rs b/anyrun/src/main.rs
index fb9f62e..ac006c1 100644
index 59ff302..4a87ff3 100644
--- a/anyrun/src/main.rs
+++ b/anyrun/src/main.rs
@@ -12,7 +12,11 @@ use std::{
@@ -76,8 +76,8 @@ index fb9f62e..ac006c1 100644
Inhibit(true)
}
// Handle when the selected match is "activated"
- constants::Return => {
+ (_, constants::Return) => {
- constants::Return | constants::KP_Enter => {
+ (_, constants::Return) | (_, constants::KP_Enter) => {
let mut _runtime_data_clone = runtime_data_clone.borrow_mut();
let (selected_match, plugin_view) = match _runtime_data_clone