Rename config folder

Didn't see any reason to keep it hidden by default
This commit is contained in:
2Shirt 2024-11-04 19:37:05 -08:00
parent e50b1ff55b
commit ed987c994d
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C
2 changed files with 1 additions and 1 deletions

View file

@ -28,7 +28,7 @@ use tracing::error;
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)]
pub struct AppConfig {