Skip to content

Commit

Permalink
replace old painter
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Oct 22, 2024
1 parent 93edaf3 commit 387f15b
Show file tree
Hide file tree
Showing 5 changed files with 384 additions and 655 deletions.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use crate::config::{edit_config_file, Config};
use crate::foreground::ForegroundWatcher;
use crate::keyboard::KeyboardListener;
use crate::painter2::{find_clicked_app_index, GdiAAPainter};
use crate::painter::{find_clicked_app_index, GdiAAPainter};
use crate::startup::Startup;
use crate::trayicon::TrayIcon;
use crate::utils::{
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mod app;
mod config;
mod foreground;
mod keyboard;
mod painter2;
mod painter;
mod startup;
mod trayicon;

Expand Down
Loading

0 comments on commit 387f15b

Please sign in to comment.