mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 21:28:48 +00:00
need to fix search modularity
This commit is contained in:
parent
f8b3edb250
commit
7f10e36174
|
@ -1,12 +1,10 @@
|
|||
mod float;
|
||||
mod floating_text;
|
||||
mod running_command;
|
||||
mod search;
|
||||
pub mod state;
|
||||
mod tabs;
|
||||
mod theme;
|
||||
|
||||
use crate::search::SearchBar;
|
||||
use std::{
|
||||
io::{self, stdout},
|
||||
time::Duration,
|
||||
|
|
|
@ -18,7 +18,7 @@ use std::path::PathBuf;
|
|||
|
||||
pub struct AppState {
|
||||
/// Selected theme
|
||||
theme: Theme,
|
||||
pub theme: Theme,
|
||||
/// Path to the root of the unpacked files in /tmp
|
||||
temp_path: PathBuf,
|
||||
/// Currently focused area
|
||||
|
|
Loading…
Reference in New Issue
Block a user