mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-09-16 11:46:58 +02:00
refactor: fix clippy warnings
This commit is contained in:
parent
3c4b6a0fdb
commit
b62d0d58cb
3 changed files with 4 additions and 4 deletions
|
@ -498,8 +498,8 @@ impl Module<gtk::Box> for LauncherModule {
|
|||
appearance_options,
|
||||
image_provider.clone(),
|
||||
bar_position,
|
||||
&tx,
|
||||
&controller_tx,
|
||||
tx,
|
||||
controller_tx,
|
||||
);
|
||||
|
||||
if self.reversed {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue