Skip to content

Commit

Permalink
Update dirs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Dronk authored and Patrick Dronk committed Dec 15, 2023
1 parent 5a6fae1 commit fbaed6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src-tauri/src/utils/dirs.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use anyhow::Result;
use std::path::PathBuf;
use tauri::api::path::home_dir;

static APP_DIR: &str = "lanaya";
static CONFIG_FILE: &str = "config.json";
Expand Down

0 comments on commit fbaed6e

Please sign in to comment.