This commit is contained in:
Stephan Dilly 2020-06-22 16:36:54 +02:00
parent 6199706a2f
commit afa6aad973
2 changed files with 2 additions and 2 deletions

View file

@ -76,7 +76,7 @@ impl App {
msg: MsgComponent::new(theme.clone()),
tab: 0,
revlog: Revlog::new(&queue, sender, theme.clone()),
status_tab: Status::new(sender, &queue, theme.clone()),
status_tab: Status::new(&queue, sender, theme.clone()),
stashing_tab: Stashing::new(
sender,
&queue,

View file

@ -105,8 +105,8 @@ impl Status {
///
pub fn new(
sender: &Sender<AsyncNotification>,
queue: &Queue,
sender: &Sender<AsyncNotification>,
theme: SharedTheme,
) -> Self {
Self {