can't be bothered writing a commit message
Some checks failed
Mirror to GitHub / mirror (push) Failing after 1s

This commit is contained in:
Breadway 2026-07-16 18:05:49 +08:00
parent 9c85a89297
commit dc765bb526
10 changed files with 654 additions and 72 deletions

View file

@ -55,6 +55,7 @@ pub fn build_ui(app: &Application, requested_page: Option<String>) {
stack.add_named(&views::breadpaper::build(), Some("breadpaper"));
stack.add_named(&views::breadsearch::build(), Some("breadsearch"));
stack.add_named(&views::hyprland::build(), Some("hyprland"));
stack.add_named(&views::keybinds::build(), Some("keybinds"));
stack.add_named(&views::appearance::build(), Some("appearance"));
stack.add_named(&views::autostart::build(), Some("autostart"));