Skip to content

Commit

Permalink
added new icons
Browse files Browse the repository at this point in the history
  • Loading branch information
erayerdin committed Jul 11, 2022
1 parent 87e40f8 commit 042d96f
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 14 deletions.
Binary file modified src-tauri/icons/128x128.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src-tauri/icons/128x128@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src-tauri/icons/32x32.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src-tauri/icons/icon.ico
Binary file not shown.
Binary file added src-tauri/icons/icon.xcf
Binary file not shown.
13 changes: 0 additions & 13 deletions src-tauri/output.log

This file was deleted.

1 change: 0 additions & 1 deletion src-tauri/src/logging.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ pub fn setup_logger() -> Result<(), fern::InitError> {
})
.level(log::LevelFilter::Debug)
.chain(std::io::stdout())
.chain(fern::log_file("output.log")?)
.apply()?;
Ok(())
}

0 comments on commit 042d96f

Please sign in to comment.