Skip to content

Commit

Permalink
feat: add sidebar position
Browse files Browse the repository at this point in the history
  • Loading branch information
alainm23 committed Oct 11, 2024
1 parent aa139bd commit 96c4810
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Plug.vala
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ public class Applications.Plug : Switchboard.Plug {
shrink_end_child = false,
resize_start_child = false
};

var settings = new Settings ("io.elementary.settings");
settings.bind ("sidebar-position", paned, "position", DEFAULT);
}

return paned;
Expand Down

0 comments on commit 96c4810

Please sign in to comment.