ROGCC: rename config file

This commit is contained in:
Luke D. Jones
2022-07-26 19:16:46 +12:00
parent 38be25174a
commit 10e43c64ca

View File

@@ -9,7 +9,7 @@ use serde_derive::{Deserialize, Serialize};
use crate::error::Error;
const CFG_DIR: &str = "rog";
const CFG_FILE_NAME: &str = "app-template.cfg";
const CFG_FILE_NAME: &str = "rog-control-center.cfg";
#[derive(Debug, Deserialize, Serialize)]
#[serde(default)]