Added the ability to edit existing indexers with basic options, added a tags column to the indexers table, and fixed a bug in the counter fields that displayed the cursor next to the integer instead of on it to make understanding the counter easier. Also upgraded to confy v0.60.0 and rust version to 1.75
This commit is contained in:
+1
-4
@@ -1,7 +1,4 @@
|
||||
pub use self::{
|
||||
input_event::{Events, InputEvent},
|
||||
key::Key,
|
||||
};
|
||||
pub use self::key::Key;
|
||||
|
||||
pub mod input_event;
|
||||
mod key;
|
||||
|
||||
Reference in New Issue
Block a user