Skip to content

Commit

Permalink
move headerbar into main window
Browse files Browse the repository at this point in the history
  • Loading branch information
vhdirk committed Jan 30, 2024
1 parent 58ac1e9 commit 1b765e2
Show file tree
Hide file tree
Showing 14 changed files with 384 additions and 402 deletions.
180 changes: 0 additions & 180 deletions src/components/header_bar/header_bar.rs

This file was deleted.

140 changes: 0 additions & 140 deletions src/components/header_bar/header_bar.ui

This file was deleted.

15 changes: 0 additions & 15 deletions src/components/header_bar/mod.rs

This file was deleted.

2 changes: 0 additions & 2 deletions src/components/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
mod header_bar;
mod preferences_window;
mod process_manager;
mod search_toolbar;
Expand All @@ -12,7 +11,6 @@ mod terminal_tab;
mod theme_thumbnail;
mod window;

pub use header_bar::*;
pub use preferences_window::*;
pub use process_manager::*;
pub use search_toolbar::*;
Expand Down
Loading

0 comments on commit 1b765e2

Please sign in to comment.