mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-17 14:51:04 +02:00
parent
5255ddffbb
commit
54f0f232f2
2 changed files with 33 additions and 5 deletions
|
@ -334,7 +334,7 @@ impl Module<gtk::Box> for LauncherModule {
|
|||
};
|
||||
|
||||
let show_names = self.show_names;
|
||||
let orientation = info.bar_position.get_orientation();
|
||||
let bar_position = info.bar_position;
|
||||
|
||||
let mut buttons = IndexMap::<String, ItemButton>::new();
|
||||
|
||||
|
@ -350,7 +350,7 @@ impl Module<gtk::Box> for LauncherModule {
|
|||
&item,
|
||||
appearance_options,
|
||||
&icon_theme,
|
||||
orientation,
|
||||
bar_position,
|
||||
&context.tx,
|
||||
&controller_tx,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue