Skip to content

Commit ad90f3f

Browse files
committed
fixed path ensuring
1 parent 6b6506a commit ad90f3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ mod ui;
2121
fn main() -> std::result::Result<(), Box<dyn Error>> {
2222
// main: programm start
2323
let mut file_manager = FileManager::new();
24+
file_manager.create_path().unwrap();
2425

2526
// check if instance is already running
2627
if !file_manager.check_lock_set()? {

0 commit comments

Comments
 (0)