mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
fix SwitchRow parent class
This commit is contained in:
parent
4dc18d0d90
commit
ae41ff0feb
2 changed files with 6 additions and 14 deletions
|
|
@ -62,11 +62,7 @@ impl Proxy for adw::PreferencesDialog {
|
|||
.title("Interface")
|
||||
.icon_name("preferences-desktop-display-symbolic")
|
||||
.build();
|
||||
p.add(&{
|
||||
let g = PreferencesGroup::new();
|
||||
g.add(&misc.widget);
|
||||
g
|
||||
});
|
||||
p.add(&misc.widget);
|
||||
p
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue