Skip to content

Commit

Permalink
jackass
Browse files Browse the repository at this point in the history
  • Loading branch information
vincehi committed Jun 28, 2024
1 parent cb1958c commit c18536d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ use prisma_main_client::PrismaClient;

#[tokio::main]
async fn main() {
let context = tauri::generate_context!({
icons: {
"32x32": "src-tauri/icons/32x32.png"
}
});
let context = tauri::generate_context!();

tauri::Builder::default()
.setup(|app| {
Expand Down

0 comments on commit c18536d

Please sign in to comment.