Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
Remove TODO for something I already did
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinegb committed Sep 5, 2023
1 parent a3eced9 commit ce858d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ impl AppData {
const REL_DIR_PATH: &str = "var/lib/bonelab_mod_manager";
#[cfg(target_os = "windows")]
const REL_DIR_PATH: &str = "bonelab_mod_manager";
// TODO: add relative directory paths for Linux

#[cfg(target_family = "unix")]
fn dir_path() -> Result<PathBuf, VarError> {
Expand Down

0 comments on commit ce858d8

Please sign in to comment.