feat: ability to load the contents of a page on activate

This commit is contained in:
Michael Aaron Murphy 2023-01-30 15:40:35 +01:00
parent a396560fc2
commit 6bbe3e97aa
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
9 changed files with 432 additions and 63 deletions

View file

@ -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: