Skip to content

Commit

Permalink
Use SettingsSidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Mar 18, 2024
1 parent d13a955 commit 56257db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/MainView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,7 @@ public class Network.MainView : Gtk.Box {
child = device_list
};

var sidebar = new Gtk.Box (VERTICAL, 0);
sidebar.append (scrolled_window);
sidebar.append (footer);
var sidebar = new Switchboard.SettingsSidebar (content);

var paned = new Gtk.Paned (HORIZONTAL) {
position = 200,
Expand Down

0 comments on commit 56257db

Please sign in to comment.