mirror of
https://github.com/FelixKratz/SketchyBar
synced 2024-11-23 03:43:02 +00:00
reverted insert clone after parent
This commit is contained in:
parent
a77644b109
commit
50d4da59da
1 changed files with 0 additions and 1 deletions
|
@ -92,7 +92,6 @@ static void handle_domain_clone(FILE* rsp, struct token domain, char* message) {
|
|||
struct bar_item* bar_item = bar_manager_create_item(&g_bar_manager);
|
||||
bar_item_inherit_from_item(bar_item, parent_item);
|
||||
bar_item_set_name(bar_item, token_to_string(name));
|
||||
bar_manager_move_item(&g_bar_manager, bar_item, parent_item, false);
|
||||
bar_item_needs_update(bar_item);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue