Skip to content

Commit

Permalink
Merge pull request #12 from reyamir/feat/tauri-v2
Browse files Browse the repository at this point in the history
Adapt latest changes in Tauri v2 Beta
  • Loading branch information
clearlysid authored Jul 21, 2024
2 parents 3c85acd + 4693f1d commit b21a06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/traffic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

use objc::{msg_send, sel, sel_impl};
use rand::{distributions::Alphanumeric, Rng};
use tauri::{Runtime, Window, Emitter};
use tauri::{Emitter, Runtime, Window};

const WINDOW_CONTROL_PAD_X: f64 = 8.0;
const WINDOW_CONTROL_PAD_Y: f64 = 12.0;
Expand Down

0 comments on commit b21a06a

Please sign in to comment.