update app launcher

This commit is contained in:
yggverse 2025-03-08 08:36:34 +02:00
parent 3179b6a33a
commit 3cc6b9a76a
2 changed files with 17 additions and 21 deletions

View file

@ -33,7 +33,7 @@ pub struct Profile {
impl Profile {
// Constructors
pub fn new() -> Result<Self> {
pub fn init() -> Result<Self> {
// Init profile path
let mut config_path = user_config_dir();