fix(#7): Remove hard-coded waycast.db path #9
No reviewers
Labels
No labels
bug
chore
CI/CD
Code Cleanup
duplicate
DX
enhancement
help wanted
invalid
packaging
question
UI
UX
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
waycasthq/waycast!9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "db-path-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
closes #7
@javif89 👀
The
.envfile needs to be updated with the new database path. Otherwise looks good@ -1,11 +1,14 @@use clap::{Parser, Subcommand};use glib::value::ToValue;Please run
cargo clippyto get rid of unused imports