Skip to content

Commit

Permalink
Sorry v0.1.1 Ready again
Browse files Browse the repository at this point in the history
  • Loading branch information
Walker-00 committed Aug 22, 2023
1 parent 7f21108 commit 372738c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ use lazy_static::lazy_static;
use reqwest::header::CONTENT_TYPE;
use rfd::FileDialog;

lazy_static! {
static ref ERRWIN: bool = true;
}

fn main() {
let np = NativeOptions::default();
run_native("Rview", np, Box::new(|cc| Box::new(Rview::new(cc)))).unwrap();
Expand Down

0 comments on commit 372738c

Please sign in to comment.