Rename config folder
Didn't see any reason to keep it hidden by default
This commit is contained in:
parent
e50b1ff55b
commit
ed987c994d
2 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ use tracing::error;
|
||||||
|
|
||||||
use crate::{action::Action, app::Mode};
|
use crate::{action::Action, app::Mode};
|
||||||
|
|
||||||
const CONFIG: &str = include_str!("../.config/config.json5");
|
const CONFIG: &str = include_str!("../config/config.json5");
|
||||||
|
|
||||||
#[derive(Clone, Debug, Deserialize, Default)]
|
#[derive(Clone, Debug, Deserialize, Default)]
|
||||||
pub struct AppConfig {
|
pub struct AppConfig {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue