Skip to content

Commit

Permalink
chore: change name of bookmarks module to bookmarks_window
Browse files Browse the repository at this point in the history
  • Loading branch information
tfuxu committed Mar 2, 2024
1 parent cccc250 commit 6e88899
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub mod imp {
use super::*;

#[derive(CompositeTemplate, Default)]
#[template(resource = "/com/ranfdev/Geopard/ui/bookmarks.ui")]
#[template(resource = "/com/ranfdev/Geopard/ui/bookmarks_window.ui")]
pub struct BookmarksWindow {
#[template_child]
pub toast_overlay: TemplateChild<adw::ToastOverlay>,
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mod bookmarks;
mod bookmarks_window;
mod pages;
#[allow(clippy::await_holding_refcell_ref)]
mod tab;
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use log::{error, info, warn};
use url::Url;

use crate::session_provider::SessionProvider;
use crate::widgets::bookmarks::BookmarksWindow;
use crate::widgets::bookmarks_window::BookmarksWindow;
use crate::widgets::tab::{HistoryItem, HistoryStatus, Tab};
use crate::{bookmarks, build_config, config, self_action};

Expand Down

0 comments on commit 6e88899

Please sign in to comment.