feat: ability to load the contents of a page on activate
This commit is contained in:
parent
a396560fc2
commit
6bbe3e97aa
9 changed files with 432 additions and 63 deletions
4
justfile
4
justfile
|
|
@ -38,8 +38,8 @@ clean-dist: clean
|
|||
rm -rf .cargo vendor vendor.tar target
|
||||
|
||||
# Run the application for testing purposes
|
||||
run:
|
||||
cargo run --release
|
||||
run *args:
|
||||
cargo run {{args}}
|
||||
|
||||
# Compile debug build of cosmic-settings
|
||||
build-debug *args:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue